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