<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:30
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class CounselingResource extends JsonResource { public function toArray($request) { return ["\x69\x64" => $this->id, "\164\x69\x74\x6c\x65" => $this->title, "\163\154\x75\x67" => $this->slug, "\x64\145\x73\143\162\151\160\164\151\x6f\x6e" => $this->description, "\x63\157\156\164\145\156\x74" => $this->content, "\164\x68\x75\x6d\142\x6e\141\151\x6c" => $this->thumbnail, "\x6e\157\x74\145" => $this->note, "\x69\163\x5f\x61\143\164\151\166\x61\x74\145\144" => $this->is_activated, "\151\x73\137\x64\x65\154\x65\x74\x65\144" => $this->is_deleted, "\x63\162\145\x61\x74\145\x64\137\x61\x74" => isset($this->created_at) ? date("\131\x2d\x6d\x2d\x64\x20\x48\x3a\151\72\163", strtotime($this->created_at)) : null, "\165\x70\144\x61\x74\x65\144\137\x61\164" => isset($this->updated_at) ? date("\131\x2d\155\x2d\144\x20\x48\72\x69\72\x73", strtotime($this->updated_at)) : null]; } }