<?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 ProductDetailResource extends JsonResource { public function toArray($request) { return ["\x69\x64" => $this->id, "\160\162\x6f\144\165\x63\x74\x5f\151\x64" => $this->product_id, "\x73\x6b\165" => $this->sku, "\163\x6c\165\147" => $this->slug, "\x63\x6f\144\x65" => $this->code, "\x70\162\x69\x63\145" => $this->price, "\157\x70\x74\x69\x6f\x6e\x5f\144\x65\164\x61\151\154" => $this->short_option_detail]; } }