{!! $errors->first('address', '') !!}
{!! $errors->first('address2', '') !!}
{!! $errors->first('city', '') !!}
{!! $errors->first('state', '') !!}
{!! Form::countries('country', old('country', $item->country), 'select2') !!}

{{ trans('general.countries_manually_entered_help') }}

{!! $errors->first('country', '') !!}
{!! $errors->first('zip', '') !!}