<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:30
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class EducationHistoryResource extends JsonResource { public function toArray($request) { return ["\151\144" => $this->id, "\145\155\x70\x6c\x6f\x79\145\x65\137\151\x64" => $this->employee_id, "\145\x6d\x70\154\x6f\x79\145\145" => $this->employee, "\x65\144\x75\x63\x61\x74\x69\x6f\156\137\154\x65\166\145\x6c\137\x69\144" => $this->education_level_id, "\145\144\165\x63\141\164\x69\x6f\156\x5f\x6c\145\x76\145\154" => $this->educationLevel, "\146\x72\157\155\137\x64\x61\164\x65" => $this->from_date, "\x74\157\x5f\x64\141\164\145" => $this->to_date, "\x73\x63\150\157\x6f\x6c\137\x6e\x61\155\x65" => $this->school_name, "\155\141\x6a\157\x72" => $this->major, "\143\x65\162\164\151\x66\x69\x63\141\164\x65\x5f\156\165\155\x62\145\162" => $this->certificate_number]; } }