<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:33
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class OptionResource extends JsonResource { public function toArray($request) { return ["\x69\144" => $this->id, "\160\x72\157\144\165\143\x74\137\151\x64" => $this->product_id, "\x6e\x61\x6d\x65" => $this->name, "\x73\x6c\x75\x67" => $this->slug, "\x74\151\x74\154\145" => $this->title, "\x64\145\x73\x63\x72\x69\160\164\x69\157\x6e" => $this->description, "\160\x6f\x73\x69\164\x69\x6f\156" => $this->position, "\141\x6c\154\157\x77\137\x6f\x70\164\151\157\x6e" => $this->allow_option, "\x69\x73\137\x74\x65\155\x70\x6c\x61\164\145" => $this->is_template, "\151\x73\x5f\143\150\145\143\153\x5f\141\x6c\154" => $this->is_check_all, "\151\x73\137\x69\156\144\145\164\x65\162\x6d\x69\156\x61\x74\145" => $this->is_indeterminate, "\144\x65\164\141\151\154\163" => $this->details, "\143\162\145\141\x74\145\144\x5f\x61\x74" => isset($this->created_at) ? date("\x59\x2d\155\55\144\x20\x48\72\x69\72\x73", strtotime($this->created_at)) : null, "\165\160\x64\141\x74\145\144\137\x61\164" => isset($this->updated_at) ? date("\131\55\x6d\x2d\144\40\x48\x3a\151\x3a\x73", strtotime($this->updated_at)) : null]; } }