<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:37
 namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; class CategoryResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\156\x61\155\x65" => $this->name, "\x73\154\x75\147" => $this->slug, "\x70\141\x72\x65\156\x74\x5f\x69\x64" => $this->parent_id, "\x73\165\x62\x5f\x74\151\x74\x6c\145" => $this->sub_title, "\147\x72\x6f\x75\x70" => $this->group, "\x69\x6d\141\x67\145" => $this->image == null || $this->image == '' ? "\x6e\x6f\55\x69\155\141\x67\x65\56\160\156\x67" : $this->image, "\144\145\163\143\162\151\x70\x74\x69\x6f\156" => $this->description]; } }