@include('partials._errors')
@if($errors->has('country_id'))
{{ $errors->first('country_id') }}
@endif
*
@if($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif
{{--
@if($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif
--}}