<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:31
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class EmployeeShortResource extends JsonResource { public function toArray($request) { return ["\x69\144" => $this->id, "\145\155\160\154\157\x79\x65\x65\137\143\x6f\x64\145" => $this->employee_code, "\146\x69\162\x73\164\x5f\156\x61\155\145" => $this->first_name, "\x6c\141\163\x74\137\x6e\141\155\x65" => $this->last_name, "\x66\x69\x72\x73\x74\137\156\141\x6d\x65\137\x6b\141\x6e\x61" => $this->first_name_kana, "\154\141\x73\164\137\x6e\141\x6d\x65\137\153\x61\x6e\x61" => $this->last_name_kana, "\146\165\x6c\154\137\x6e\141\155\x65" => $this->full_name, "\146\165\154\154\137\156\x61\x6d\x65\x5f\153\141\x6e\x61" => $this->full_name_kana, "\144\141\x74\145\137\157\x66\137\x62\151\162\x74\150" => $this->date_of_birth, "\x6a\157\x69\x6e\x5f\x64\x61\x74\145" => $this->join_date, "\144\x65\x70\x61\162\164\155\145\x6e\164\x5f\x69\x64" => $this->department_id, "\144\145\160\x61\x72\x74\155\145\156\x74" => new DepartmentResource($this->whenLoaded("\144\x65\160\x61\x72\x74\155\x65\156\x74")), "\145\155\x70\x6c\157\171\155\145\156\164\137\163\x74\141\164\165\163" => $this->employment_status, "\x72\x65\x73\151\147\x6e\145\x64\137\144\x61\164\145" => $this->resigned_date, "\x72\x65\x73\151\x67\156\x65\x64\x5f\x72\x65\x61\163\x6f\x6e" => $this->resigned_reason]; } }