<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:35
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class ProductOptionResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\x70\162\x6f\x64\165\x63\164\x5f\151\144" => $this->product_id, "\x6e\x61\155\x65" => $this->name, "\163\x6c\x75\x67" => $this->slug, "\x74\151\x74\x6c\x65" => $this->title, "\x74\x79\x70\145" => $this->type, "\165\x6e\151\164" => $this->unit, "\x64\145\163\143\162\151\x70\164\151\157\x6e" => $this->description, "\151\x73\x5f\x74\145\x6d\160\x6c\x61\164\x65" => $this->is_template == 1, "\x69\163\x5f\143\150\x65\143\153\137\141\x6c\x6c" => $this->is_check_all == 1, "\x69\x73\x5f\x69\x6e\x64\x65\x74\145\x72\155\x69\x6e\141\x74\x65" => $this->is_indeterminate == 1, "\151\x73\137\x73\150\157\x77" => true, "\x69\x73\x5f\x73\x65\154\x65\143\x74\x65\x64" => false, "\166\x61\154\165\145" => '', "\x64\x65\x74\141\x69\x6c\163" => $this->details]; } }