hasOne('App\Models\Client', 'id', 'client_id'); } public function update_info(){ return $this->hasOne('App\Models\SystemUser', 'id', 'last_updated_by'); } public function account_mgr_info(){ return $this->hasOne('App\Models\SystemUser', 'id', 'account_manager_id'); } }