{!! userRoles('role', old('role'), NULL) !!}
@if($errors->has('role'))
{{ $errors->first('role') }}
@endif
@if(canViewUpdate('add driver') && $modules__->drivers === 'yes')
{!! driverOptions('driver', old('driver')) !!}
@if($errors->has('driver'))
{{ $errors->first('driver') }}
@endif
@endif
@if($google_maps_field->option_to_fill_in === 'yes')
@endif
{!! countries(156) !!}
@if($errors->has('country'))
{{ $errors->first('country') }}
@endif
{!! notificationTypes('notification_type', old('notification_type')) !!}
@if($errors->has('notification_type'))
{{ $errors->first('notification_type') }}
@endif
@if(getAuthUser()->can('manage users status'))
{!! userStatus('status', old('status')) !!}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif
@endif
{!! languages('language', old('language')) !!}
@if($errors->has('language'))
{{ $errors->first('language') }}
@endif