<?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 SliderResource extends JsonResource { public function toArray($request) { return ["\x69\x64" => $this->id, "\x6e\141\x6d\145" => $this->name, "\151\155\x61\x67\145" => $this->image, "\x64\x65\x73\x63\x72\151\160\164\x69\x6f\156" => $this->description, "\165\162\154" => $this->url, "\151\163\137\151\156\x74\145\x72\x6e\x61\154\137\165\x72\154" => $this->is_internal_url, "\x70\x6f\163\151\164\x69\x6f\156" => $this->position, "\x69\x73\137\141\x63\x74\151\x76\141\x74\x65\x64" => $this->is_activated, "\143\162\145\141\164\x65\144\x5f\x61\x74" => isset($this->created_at) ? date("\131\x2d\x6d\55\144\x20\x48\72\151\x3a\x73", strtotime($this->created_at)) : null, "\x75\x70\x64\141\164\x65\144\x5f\141\164" => isset($this->updated_at) ? date("\131\x2d\x6d\x2d\144\40\110\72\x69\72\163", strtotime($this->updated_at)) : null]; } }