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