hasOne('App\Models\Country', 'alpha_2_code', 'country'); } public function account_manager_info(){ return $this->hasOne('App\Models\SystemUser', 'id', 'account_manager_id'); } }