asset($value), ); } public function country(){ return $this->belongsTo(Country::class, 'country_id'); } }