trim("{$this->name} {$this->paternal} {$this->maternal}") ); } public function vehicles() { return $this->hasMany(Vehicle::class); } }