<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:31
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class JobResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\x6e\x61\x6d\145" => $this->name, "\163\x6c\x75\x67" => $this->slug, "\x73\151\164\x65" => $this->site, "\x73\x63\150\x65\144\165\154\145" => $this->schedule, "\x73\x74\x61\x74\x75\163" => $this->status, "\160\162\x6f\x67\x72\145\x73\163\x65\144\114\151\x6e\153" => $this->progressedLink, "\x74\x6f\164\x61\154\114\x69\156\x6b" => $this->totalLink, "\143\x72\145\141\x74\145\x64\137\x61\164" => isset($this->created_at) ? date("\131\55\x6d\x2d\144\40\110\x3a\x69\x3a\x73", strtotime($this->created_at)) : null, "\x75\160\x64\141\164\x65\x64\x5f\141\x74" => isset($this->updated_at) ? date("\x59\55\x6d\55\x64\x20\x48\x3a\x69\72\163", strtotime($this->updated_at)) : null]; } }