$this->id, 'name' => $this->name, 'role' => $this->whenLoaded('role', fn () => new RoleResource($this->role)), 'hourly_rate' => $this->formatDecimal($this->hourly_rate), 'active' => $this->active, 'created_at' => $this->formatDate($this->created_at), 'updated_at' => $this->formatDate($this->updated_at), ]; } }