<?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 ProductReviewResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\x70\x72\157\x64\x75\143\x74\137\151\144" => $this->product_id, "\160\x72\x6f\144\x75\143\x74" => $this->product, "\x70\141\162\x65\156\x74\x5f\151\x64" => $this->parent_id, "\143\150\151\154\x64\x72\x65\156" => $this->children_all, "\165\163\145\x72\x5f\151\144" => $this->user_id, "\165\x73\145\x72" => $this->user, "\x72\141\x74\x65" => $this->rate, "\x63\x6f\x6d\x6d\145\156\x74" => $this->comment, "\141\x6e\x73\x77\x65\162" => $this->answer, "\x69\x73\x5f\141\x63\x74\151\166\x61\164\x65\x64" => $this->is_activated, "\x63\162\x65\x61\164\145\144\137\x61\x74" => isset($this->created_at) ? date("\131\55\155\x2d\144\x20\110\x3a\x69\72\163", strtotime($this->created_at)) : null, "\165\x70\x64\x61\x74\145\144\x5f\141\164" => isset($this->updated_at) ? date("\x59\55\x6d\x2d\144\x20\x48\x3a\x69\72\x73", strtotime($this->updated_at)) : null]; } }