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