<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:35
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class ReviewResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\x75\163\x65\162\x5f\x69\144" => $this->user_id, "\165\163\145\162" => $this->user, "\162\141\164\145" => $this->rate, "\143\x6f\155\155\145\156\x74" => $this->comment, "\141\156\x73\x77\x65\162" => $this->answer, "\x70\141\162\145\156\164\x5f\x69\x64" => $this->parent_id, "\x63\x68\151\154\x64\162\145\x6e" => $this->children_all, "\151\163\137\x61\143\164\x69\x76\x61\x74\145\x64" => $this->is_activated, "\143\x72\145\x61\x74\x65\x64\137\141\x74" => isset($this->created_at) ? date("\x59\x2d\155\x2d\x64\40\x48\x3a\x69\x3a\x73", strtotime($this->created_at)) : null]; } }