<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:40
 namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; class ProductResource extends JsonResource { public function toArray($request) { return ["\x69\144" => $this->id, "\163\153\165" => $this->sku, "\x6e\x61\155\145" => $this->name, "\163\154\165\147" => $this->slug, "\163\165\x62\x5f\x74\x69\164\154\145" => $this->sub_title, "\147\x72\x6f\165\x70" => $this->group, "\151\155\141\147\x65" => $this->image == null || $this->image == '' ? "\x6e\x6f\x2d\151\155\141\147\145\x2e\x70\x6e\147" : $this->image, "\151\x6d\x61\x67\145\163" => $this->images, "\x64\145\163\x63\162\151\x70\x74\151\x6f\156" => $this->description, "\162\x65\147\x75\154\x61\162\137\x70\x72\x69\143\145\x5f\146\x72\157\x6d" => $this->regular_price_from, "\x72\145\x67\x75\154\141\x72\x5f\x70\x72\151\x63\145\x5f\164\157" => $this->regular_price_to, "\x64\x69\163\143\157\x75\x6e\164" => $this->discount, "\144\151\163\x63\157\x75\156\x74\x5f\x63\157\162\145" => $this->discount_core, "\x70\162\151\x63\145\137\146\x72\157\x6d" => $this->price_from, "\x70\x72\151\x63\x65\137\x74\x6f" => $this->price_to, "\x73\164\141\x6e\x64\141\x72\x64\x5f\x63\x6f\156\x73\x74\x72\165\143\164\x69\x6f\x6e\137\x66\x65\x65" => $this->standard_construction_fee, "\x73\x68\x69\160\x70\151\156\x67\x5f\143\157\x73\x74" => $this->shipping_cost, "\x6e\x6f\x74\x65" => $this->note, "\160\157\x6c\x69\143\171" => $this->policy, "\x70\157\163\163\151\x62\154\x65\137\x64\x65\x6c\x69\x76\x65\162\171\x5f\x74\x69\155\145" => $this->possible_delivery_time, "\167\151\163\x68\x5f\x6c\x69\x73\164" => $this->wish_list, "\143\141\164\145\147\x6f\x72\171\x5f\x69\144" => $this->category_id, "\143\x61\164\145\147\157\162\x79" => $this->category, "\155\x61\x6e\x75\146\x61\x63\x74\165\162\x65\x72\x5f\151\144" => $this->manufacturer_id, "\x6d\141\x6e\x75\x66\x61\x63\164\165\x72\145\162" => $this->manufacturer, "\160\x75\162\143\150\141\163\145\163" => $this->purchases]; } }