@if (isset($states))
@if ($errors->has('country_id'))
{{ $errors->first('country_id') }}
@endif
@endif
@if (isset($states))
@if ($errors->has('state_id'))
{{ $errors->first('state_id') }}
@endif
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif