City

@if ($errors->has('city.title')) {{ $errors->first('city.title') }} @endif
@if ($errors->has('city.country_id')) {{ $errors->first('city.country_id') }} @endif
@if ($errors->has('city.region_id')) {{ $errors->first('city.region_id') }} @endif
Cancel