@if ($mode != 'create')
@if (empty($custom_field->options))
@php
$custom_field->options = [1 => ''];
@endphp
@endif
@if (is_array($custom_field->options))
@foreach ($custom_field->options as $option_id => $option_title)
type != \Modules\CustomFields\Entities\CustomField::TYPE_DROPDOWN_MULTISELECT) disabled @endif">
@endforeach
@endif
@else
@endif