$this->id, 'client_id' => $this->client_id, 'provider_id' => $this->provider_id, 'provider_name' => $this->provider->user->name ?? null, 'notes' => $this->notes, 'created_at' => $this->created_at?->format('Y-m-d H:i'), 'updated_at' => $this->updated_at?->format('Y-m-d H:i'), ]; } }