@if ($mode != 'create')
@if (empty($user_field->options))
@php
$user_field->options = [1 => ''];
@endphp
@endif
@if (is_array($user_field->options))
@foreach ($user_field->options as $option_id => $option_title)
type != \UserField::TYPE_DROPDOWN) disabled @endif">
@endforeach
@endif
@else
@endif