<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:37
 namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; class ArticleResource extends JsonResource { public function toArray($request) { return ["\151\144" => $this->id, "\164\151\164\154\x65" => $this->title, "\x73\x6c\165\147" => $this->slug, "\144\x65\x73\143\x72\151\160\x74\x69\157\156" => $this->description, "\x63\157\x6e\x74\x65\156\164" => $this->content, "\164\150\x75\155\142\156\141\151\154" => $this->thumbnail, "\143\141\x74\x65\147\x6f\x72\171\x5f\x64\145\164\x61\151\154" => isset($this->category_detail) ? $this->category_detail : [], "\153\x65\171\x77\x6f\x72\x64\x5f\x64\145\164\x61\151\x6c" => isset($this->keyword_detail) ? $this->keyword_detail : [], "\x75\x73\x65\162" => isset($this->user) ? $this->user : [], "\x71\165\145\x73\x74\x69\x6f\x6e\x5f\x73\x74\x61\x74\x75\163" => $this->question_status, "\160\x75\x62\154\151\x73\x68\x5f\141\164" => $this->publish_at, "\x69\163\137\x61\x63\164\x69\x76\x61\x74\145\x64" => $this->is_activated]; } }