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