<?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 UserQuotationResource extends JsonResource { public function toArray($request) { return ["\x69\x64" => $this->id, "\143\x6f\144\145" => $this->code, "\x75\x73\x65\x72\137\151\144" => $this->user_id, "\x70\165\162\143\x68\141\x73\x65\x5f\151\x64" => $this->purchase_id, "\160\162\157\144\165\143\164\x5f\x69\144" => $this->product_id, "\160\162\x6f\x64\x75\x63\164\x5f\144\x65\x74\141\151\154\x5f\x63\x6f\x64\x65" => $this->product_detail_code, "\160\x72\157\144\165\143\164\137\x6e\x61\x6d\145" => $this->product_name, "\160\x72\x6f\x64\165\x63\x74\x5f\x73\x6b\x75" => $this->product_sku, "\x70\162\x6f\x64\x75\x63\x74\137\x69\x6d\x61\147\x65" => $this->product_image, "\x63\x61\164\x65\147\157\x72\171\x5f\151\x64" => $this->category_id, "\143\x61\x74\145\x67\x6f\x72\x79\x5f\156\x61\x6d\145" => $this->category_name, "\155\x61\156\165\x66\x61\x63\x74\x75\162\x65\x72\x5f\151\x64" => $this->manufacturer_id, "\155\x61\x6e\165\146\141\x63\164\x75\x72\145\x72\137\156\x61\x6d\145" => $this->manufacturer_name, "\162\145\x67\165\154\x61\x72\x5f\x70\162\151\143\x65" => $this->regular_price, "\x70\x72\x69\x63\145" => $this->price, "\x64\x69\x73\x63\157\165\156\x74" => $this->discount, "\x64\151\x73\x63\157\165\156\164\137\143\x6f\162\x65" => $this->discount_core, "\144\x69\x73\x63\157\165\x6e\164\137\141\x6d\x6f\x75\x6e\x74" => $this->discount_amount, "\x64\151\x73\x63\x6f\165\x6e\x74\x5f\160\x6f\x69\156\164" => $this->discount_point, "\163\150\151\x70\x70\151\x6e\147\137\x63\157\x73\164" => $this->shipping_cost, "\x73\164\141\156\144\x61\x72\x64\137\x63\157\x6e\163\164\162\x75\143\164\x69\x6f\x6e\137\x66\145\145" => $this->standard_construction_fee, "\x74\x61\x78" => $this->tax, "\x74\157\164\141\154\137\x61\x6d\x6f\165\156\x74" => $this->total_amount, "\165\163\x65\162\137\x70\x6f\151\x6e\x74" => $this->user_point, "\157\160\x74\x69\x6f\156\x73" => $this->options, "\x63\157\x6e\x73\164\162\165\x63\x74\151\157\156\163" => $this->constructions, "\x63\162\145\x61\164\145\x64\x5f\x61\164" => isset($this->created_at) ? date("\131\55\155\55\144\x20\110\x3a\151\x3a\x73", strtotime($this->created_at)) : null]; } }