<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:40
 namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; class ProductReviewResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\160\x72\157\144\x75\143\x74\x5f\151\x64" => $this->product_id, "\160\x72\157\144\x75\x63\164" => $this->product, "\x70\x61\162\145\x6e\164\x5f\151\144" => $this->parent_id, "\x63\x68\x69\x6c\144\x72\x65\x6e" => $this->children_all, "\x72\141\164\145" => $this->rate, "\143\157\x6d\x6d\145\156\164" => $this->comment, "\141\156\x73\167\145\x72" => $this->answer, "\x63\162\x65\141\164\x65\x64\x5f\141\x74" => isset($this->created_at) ? date("\131\x2d\x6d\55\x64\40\x48\x3a\151\72\163", strtotime($this->created_at)) : null, "\165\x70\144\141\x74\x65\x64\137\x61\164" => isset($this->updated_at) ? date("\131\55\155\55\144\40\110\x3a\x69\72\x73", strtotime($this->updated_at)) : null]; } }