belongsTo(Client::class); } public function getDisplayNameAttribute(): string { return trim("{$this->make} {$this->model} " . ($this->year ?: '')); } }