<?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 ManufacturerResource extends JsonResource { public function toArray($request) { return ["\151\144" => $this->id, "\156\141\155\x65" => $this->name, "\x73\x6c\x75\x67" => $this->slug, "\x69\x6d\141\147\x65" => $this->image, "\x64\x65\163\x63\162\x69\160\164\151\157\x6e" => $this->description, "\162\x61\x6e\153" => $this->rank, "\160\157\163\x69\164\151\x6f\x6e" => $this->position, "\151\x73\137\x61\x63\x74\151\166\x61\x74\145\x64" => $this->is_activated, "\x69\x73\137\x64\145\154\145\164\145\144" => $this->is_deleted, "\x63\x72\x65\141\x74\x65\x64\137\141\164" => isset($this->created_at) ? date("\131\55\x6d\55\x64\x20\x48\x3a\x69\72\x73", strtotime($this->created_at)) : null, "\x75\x70\144\141\164\x65\144\137\x61\x74" => isset($this->updated_at) ? date("\x59\55\x6d\x2d\x64\x20\x48\x3a\x69\72\163", strtotime($this->updated_at)) : null]; } }