<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:32
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class LeaveHistoryResource extends JsonResource { public function toArray($request) { return ["\151\144" => $this->id, "\x65\x6d\160\x6c\157\171\145\x65\137\151\x64" => $this->employee_id, "\145\x6d\x70\x6c\157\x79\x65\x65" => $this->employee, "\154\x65\141\x76\145\137\x74\171\160\x65\137\151\144" => $this->leave_type_id, "\x6c\x65\x61\x76\x65\x5f\x74\171\x70\145" => $this->leaveType, "\146\x72\157\155\137\x64\141\164\x65" => $this->from_date, "\164\157\137\x64\x61\x74\145" => $this->to_date, "\x74\157\164\x61\154\x5f\x64\x61\x79\163" => $this->total_days, "\x64\145\x73\x63\162\151\x70\164\151\157\156" => $this->description]; } }