{{-- Custom fields --}} @foreach($userFields as $field) @endforeach
{{ __('common.name') }}
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
{{ __('common.email') }}
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
{{ __('common.airline') }}
@if ($errors->has('airline_id'))

{{ $errors->first('airline_id') }}

@endif
{{ __('airports.home') }}
@if ($errors->has('home_airport_id'))

{{ $errors->first('home_airport_id') }}

@endif
{{ __('common.country') }}
@if ($errors->has('country'))

{{ $errors->first('country') }}

@endif
{{ __('common.timezone') }}
@if ($errors->has('timezone'))

{{ $errors->first('timezone') }}

@endif
{{ __('profile.changepassword') }}

{{ __('profile.newpassword') }}:

@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif

{{ __('passwords.confirm') }}:

@if ($errors->has('password_confirmation'))

{{ $errors->first('password_confirmation') }}

@endif
{{ __('profile.avatar') }}

{{ __('profile.avatarresize', [ 'width' => config('phpvms.avatar.width'), 'height' => config('phpvms.avatar.height')]) }}

@if ($errors->has('avatar'))

{{ $errors->first('avatar') }}

@endif
{{ $field->name }} @if($field->required === true) * @endif

{{ $errors->first('field_'.$field->slug) }}

{{ __('profile.opt-in') }}

{{ __('profile.opt-in-descrip') }}