<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:38
 namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; class DeliveryAddressResource extends JsonResource { public function toArray($request) { return ["\x69\144" => $this->id, "\157\162\x64\x65\162\137\x69\144" => $this->order_id, "\x66\151\x72\x73\164\137\156\141\x6d\x65" => $this->first_name, "\154\141\163\164\x5f\156\141\x6d\x65" => $this->last_name, "\146\165\162\151\x67\x61\156\x61\x5f\x66\151\162\x73\x74\137\x6e\141\155\145" => $this->furigana_first_name, "\146\x75\x72\x69\147\141\156\141\137\x6c\x61\163\x74\x5f\156\x61\155\145" => $this->furigana_last_name, "\160\x6f\x73\x74\x5f\x63\x6f\144\145" => $this->post_code, "\x64\x69\163\164\162\x69\x63\x74" => $this->district, "\143\151\164\x79" => $this->city, "\141\144\144\162\145\163\163" => $this->address, "\160\150\x6f\x6e\x65\137\156\x75\155\142\x65\x72" => $this->phone_number, "\145\155\x61\151\x6c" => $this->email, "\143\x6f\155\x70\x61\x6e\171" => $this->company, "\x75\163\145\x72\137\151\x64" => $this->user_id, "\x69\x73\x5f\144\x65\146\141\165\154\164" => $this->is_default, "\151\163\137\157\x74\150\145\162\x5f\x61\144\144\162\x65\x73\163" => $this->is_other_address, "\x63\x72\x65\x61\x74\x65\x64\137\141\x74" => isset($this->created_at) ? date("\x59\55\155\55\x64\x20\x48\x3a\151\72\x73", strtotime($this->created_at)) : null, "\165\x70\x64\141\164\x65\144\137\x61\164" => isset($this->updated_at) ? date("\x59\55\x6d\x2d\144\x20\x48\72\x69\x3a\163", strtotime($this->updated_at)) : null]; } }