<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:34
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class PositionResource extends JsonResource { public function toArray($request) { return ["\151\144" => $this->id, "\143\x6f\x64\x65" => $this->code, "\156\x61\x6d\x65" => $this->name, "\x73\x68\x6f\162\x74\137\156\x61\x6d\x65" => $this->short_name, "\160\x6f\x69\156\164\137\x76\x61\x6c\165\145" => $this->point_value, "\x69\163\137\x61\143\164\x69\x76\x61\x74\145\x64" => $this->is_activated]; } }