<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:34
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class ProductListResource extends JsonResource { public function toArray($request) { return ["\151\144" => $this->id, "\143\x61\164\145\147\157\162\x79\137\x69\x64" => $this->category_id, "\143\x61\x74\145\147\157\x72\171" => $this->category, "\155\141\x6e\165\x66\x61\143\164\x75\162\145\162\x5f\x69\144" => $this->manufacturer_id, "\155\x61\156\x75\146\141\143\x74\165\162\x65\x72" => $this->manufacturer, "\x73\153\165" => $this->sku, "\156\x61\155\145" => $this->name, "\x73\154\x75\147" => $this->slug, "\151\x6d\141\x67\145" => $this->image, "\x70\x72\x69\x63\145\x5f\146\x72\x6f\x6d" => $this->price_from, "\160\x72\151\143\145\x5f\164\x6f" => $this->price_to, "\144\151\163\143\157\x75\x6e\164" => $this->discount, "\162\145\x67\165\x6c\x61\x72\x5f\x70\x72\x69\x63\x65\x5f\146\162\157\x6d" => $this->regular_price_from, "\162\145\147\x75\154\x61\162\137\x70\162\x69\143\145\x5f\164\157" => $this->regular_price_to, "\163\x74\141\156\x64\x61\x72\144\x5f\x63\x6f\x6e\x73\x74\x72\165\143\164\x69\x6f\x6e\137\146\x65\x65" => $this->standard_construction_fee, "\163\150\151\x70\x70\x69\x6e\147\x5f\x63\x6f\x73\164" => $this->shipping_cost, "\x6f\x70\x74\151\x6f\156\x73" => $this->options_only, "\164\157\164\141\154\x49\x74\145\x6d" => $this->totalItem, "\x77\x69\x73\x68\x5f\x6c\151\163\164" => $this->wish_list, "\166\151\x65\167" => $this->view, "\x69\163\137\141\143\x74\151\166\x61\164\x65\144" => $this->is_activated, "\x63\162\145\141\x74\145\x64\x5f\x61\164" => isset($this->created_at) ? date("\131\x2d\x6d\55\144\x20\110\x3a\x69\x3a\163", strtotime($this->created_at)) : null]; } }