<?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 LevelResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\x63\x6f\144\x65" => $this->code, "\156\141\155\x65" => $this->name, "\x70\157\151\156\164\163" => $this->points, "\160\x61\x72\145\x6e\164\137\x69\x64" => $this->parent_id, "\x70\x61\x72\x65\156\x74" => $this->parent, "\143\150\x69\x6c\144\162\145\156" => $this->children, "\144\x65\164\x61\151\154\x73" => $this->details]; } }