<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:34
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class PointTableResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\171\145\141\x72\x73" => $this->years, "\160\x6f\151\x6e\x74\163" => $this->points, "\x74\x6f\164\141\154\x5f\160\x6f\x69\156\164\163" => $this->total_points, "\156\x6f\x74\145" => $this->note, "\143\x72\x65\141\x74\145\144\x5f\142\x79" => $this->created_by, "\x63\x72\145\141\164\157\x72" => $this->when($this->creator, ["\x69\144" => $this->creator->id, "\x6e\x61\x6d\145" => $this->creator->name, "\146\151\x72\163\164\x5f\x6e\x61\x6d\x65" => $this->creator->name, "\x6c\141\x73\x74\137\x6e\141\x6d\145" => $this->creator->last_name, "\146\x75\x6c\154\137\x6e\141\x6d\x65" => $this->creator->full_name]), "\143\162\x65\141\164\145\x64\137\141\x74" => $this->created_at, "\165\x70\144\141\x74\145\x64\x5f\x61\164" => $this->updated_at]; } }