<?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 CategoryDetailResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\x6e\141\x6d\145" => $this->name, "\163\154\165\147" => $this->slug, "\x73\x75\142\x5f\164\x69\x74\154\x65" => $this->sub_title, "\x67\x72\x6f\165\160" => $this->group, "\x69\x6d\x61\x67\x65" => $this->image == null || $this->image == '' ? "\x6e\157\x2d\x69\x6d\141\147\x65\x2e\160\156\147" : $this->image, "\x64\x65\163\x63\x72\151\x70\164\151\157\x6e" => $this->description, "\151\x74\x65\155" => $this->item, "\x63\150\151\154\144\162\x65\x6e" => $this->children, "\x6d\x61\156\x75\146\141\x63\164\x75\x72\145\x72" => $this->manufacturer]; } }