<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:33
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class MenuResource extends JsonResource { public function toArray($request) { return ["\x69\144" => $this->id, "\x6e\x61\155\x65" => $this->name, "\163\x6c\x75\x67" => $this->slug, "\164\x79\160\x65" => $this->type, "\x6c\x69\x6e\x6b" => $this->link, "\143\x61\164\x65\147\x6f\162\x79\x5f\151\x64" => $this->category_id, "\x70\x61\x72\145\156\x74\x5f\x69\x64" => $this->parent_id, "\x70\157\x73\x69\x74\x69\157\156" => $this->position, "\151\163\x5f\141\x63\164\x69\x76\x61\164\x65\144" => $this->is_activated, "\151\163\137\144\145\x6c\x65\164\x65\144" => $this->is_deleted, "\143\x72\145\x61\x74\x65\144\x5f\141\164" => isset($this->created_at) ? $this->created_at : null, "\x75\x70\x64\141\164\x65\x64\x5f\141\x74" => isset($this->updated_at) ? $this->updated_at : null]; } }