<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:30
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class EmailTemplateResource extends JsonResource { public function toArray($request) { return ["\151\x64" => $this->id, "\156\x61\x6d\x65" => $this->name, "\x74\x79\x70\x65" => $this->type, "\x64\145\163\x63\x72\151\x70\164\151\x6f\156" => $this->description, "\x74\151\164\154\x65" => $this->title, "\143\157\156\164\x65\156\164" => $this->content, "\141\x74\x74\141\143\150\155\x65\156\x74\x73" => $this->attachments, "\x67\162\157\x75\x70" => $this->group, "\165\x73\145\x72\x5f\x69\x64" => $this->user_id, "\x69\x73\x5f\141\x63\x74\151\x76\x61\x74\x65\x64" => $this->is_activated, "\151\x73\137\144\x65\x6c\x65\x74\x65\144" => $this->is_deleted, "\143\x72\x65\x61\164\145\144\137\141\164" => isset($this->created_at) ? date("\x59\55\x6d\x2d\144\40\x48\72\151\72\163", strtotime($this->created_at)) : null, "\x75\160\144\141\164\x65\144\x5f\x61\x74" => isset($this->updated_at) ? date("\131\55\155\x2d\144\x20\110\x3a\x69\x3a\163", strtotime($this->updated_at)) : null]; } }