<?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 EducationLevelResource extends JsonResource { public function toArray($request) { return ["\x69\144" => $this->id, "\x63\157\144\x65" => $this->code, "\x6e\x61\155\145" => $this->name, "\x74\x79\x70\145" => $this->type, "\x70\x6f\151\156\164\x5f\166\141\x6c\165\x65" => $this->point_value, "\x69\x73\x5f\141\x63\164\151\x76\x61\164\x65\144" => $this->is_activated]; } }