<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:05:29
 namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class CareResource extends JsonResource { public function toArray($request) { return ["\x69\144" => $this->id, "\146\165\154\x6c\x5f\x6e\141\155\145" => $this->full_name, "\146\165\162\151\x67\x61\156\x61\x5f\x6e\x61\x6d\145" => $this->furigana_name, "\156\x61\155\145" => $this->name, "\x73\x6c\165\147" => $this->slug, "\x63\x61\x72\145\145\x72" => $this->career, "\161\165\x61\x6c\151\146\x69\143\141\164\x69\157\156" => $this->qualification, "\151\x6e\164\x72\x6f\144\x75\x63\x74\151\157\x6e" => $this->introduction, "\x61\x76\x61\x74\x61\x72" => $this->avatar != null && $this->avatar != '' ? $this->avatar : "\141\166\x61\x74\x61\162\x2e\x70\156\147", "\147\145\156\x64\145\162" => $this->gender, "\x61\x64\x64\162\145\163\x73" => $this->address, "\x61\x64\x64\x72\145\163\163\62" => $this->address2, "\x65\x6d\x61\x69\x6c" => $this->email, "\x70\x68\157\x6e\x65\x5f\156\165\x6d\142\145\x72" => $this->phone_number, "\x63\157\x75\156\x73\145\154\x69\x6e\147\x5f\151\x64" => $this->counseling_id, "\x63\x6f\x75\x6e\163\145\154\151\156\x67" => isset($this->counseling) ? $this->counseling : null]; } }