belongsTo('App\Models\UserShop', 'user_shop_id'); } public function country() { return $this->belongsTo('App\Models\Country', 'country_id'); } //can null public function auth_user() { return $this->belongsTo('App\User','auth_user_id'); } }