<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:39
 namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; class ProductItemDetailResource extends JsonResource { public function toArray($request) { return ["\x69\144" => $this->id, "\x70\x72\157\x64\165\143\164\x5f\x69\144" => $this->product_id, "\x73\153\165" => $this->sku, "\143\157\x64\x65" => $this->code, "\x70\x72\x69\x63\x65" => $this->price, "\x6f\x70\164\x69\157\x6e\137\x64\145\164\141\x69\154" => $this->option_detail]; } }