belongsTo(User::class, 'user_id'); } public function getFullnameAttribute(){ return $this->first_name." ".$this->last_name; } }