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