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