<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:33
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class PointCalculationResource extends JsonResource { public function toArray($request) { return ["\x69\144" => $this->id, "\x65\155\160\154\157\171\145\145\137\151\x64" => $this->employee_id, "\x65\155\x70\x6c\157\171\x65\x65" => $this->employee, "\143\x61\x6c\143\165\x6c\x61\164\x69\157\156\x5f\x64\x61\x74\x65" => $this->calculation_date, "\164\145\156\x75\x72\x65\137\x70\157\x69\156\164\163" => $this->tenure_points, "\160\x6f\x73\151\x74\x69\157\156\x5f\160\x6f\151\156\x74\x73" => $this->position_points, "\x65\x64\x75\143\141\164\151\157\x6e\137\x70\157\151\156\164\x73" => $this->education_points, "\164\x72\x61\156\x73\151\164\x69\157\156\x5f\x70\157\x69\x6e\x74\x73" => $this->transition_points, "\x74\157\x74\x61\154\137\160\x6f\x69\x6e\164\x73" => $this->total_points, "\143\141\x6c\143\x75\x6c\141\164\151\157\x6e\137\x74\171\x70\145" => $this->calculation_type]; } }