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