<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:37
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class WhatNewResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\164\171\160\145" => $this->type, "\x61\162\x74\x69\x63\x6c\x65\x5f\151\x64" => $this->article_id, "\141\x72\164\151\x63\x6c\x65" => $this->article, "\160\x6f\x73\x69\x74\x69\x6f\x6e" => $this->position, "\143\x72\145\141\164\145\144\x5f\141\x74" => isset($this->created_at) ? date("\131\x2d\x6d\x2d\x64\40\110\72\x69\x3a\163", strtotime($this->created_at)) : null, "\x75\160\144\141\x74\x65\x64\137\x61\x74" => isset($this->updated_at) ? date("\x59\x2d\155\x2d\x64\40\x48\x3a\151\72\x73", strtotime($this->updated_at)) : null]; } }