<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:36
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class SeoResource extends JsonResource { public function toArray($request) { return ["\x69\x64" => $this->id, "\165\x72\151" => $this->uri, "\x74\151\164\x6c\x65" => $this->title, "\x6b\145\171\167\157\x72\144\163" => $this->keywords, "\144\145\163\x63\162\151\x70\x74\x69\x6f\x6e" => $this->description, "\151\155\141\147\x65" => $this->image, "\156\x6f\164\145" => $this->note, "\x74\x79\x70\x65" => $this->type, "\x69\x73\137\141\155\160" => $this->is_amp, "\143\162\145\x61\164\145\x64\x5f\141\164" => isset($this->created_at) ? date("\131\x2d\x6d\x2d\x64\x20\110\x3a\151\x3a\163", strtotime($this->created_at)) : null, "\x75\x70\x64\141\164\x65\x64\137\x61\164" => isset($this->updated_at) ? date("\131\x2d\x6d\x2d\x64\40\110\72\151\x3a\x73", strtotime($this->updated_at)) : null]; } }