<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:35
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class RetirementFundResource extends JsonResource { public function toArray($request) { return ["\x69\144" => $this->id, "\x65\155\160\x6c\157\x79\x65\x65\x5f\x69\144" => $this->employee_id, "\x65\x6d\x70\154\x6f\171\x65\145" => $this->employee, "\x61\155\157\x75\156\164" => $this->amount, "\x63\162\x65\141\164\145\144\137\x61\164" => isset($this->created_at) ? date("\x59\55\x6d\55\144\40\110\x3a\151\x3a\x73", strtotime($this->created_at)) : null, "\165\160\144\x61\164\145\144\137\141\x74" => isset($this->updated_at) ? date("\x59\x2d\x6d\x2d\144\40\x48\72\x69\x3a\x73", strtotime($this->updated_at)) : null]; } }