belongsTo('App\Models\UserShop', 'user_shop_id'); } public function country() { return $this->belongsTo('App\Models\Country', 'country_id'); } }