@if ($this->isFormatLockedForEdit)
{{ trans('admin/custom_fields/general.format_locked_for_native_column', ['format' => $format]) }}
@else
@foreach ($predefinedFormats as $key => $label)
@endforeach
{{ trans('admin/custom_fields/general.field_format_help') }}
@if ($isEdit)
{{ trans('admin/custom_fields/general.date_formats_disabled_for_edit') }}
@endif
@if ($this->showFormatChangeWarning)
{{ trans('admin/custom_fields/general.format_change_warning') }}
@endif
@if ($this->showFormatPickerNote)
{{ trans('admin/custom_fields/general.format_any_with_date_picker_help') }}
@endif
@endif
@foreach ($elementOptions as $key => $label)
@endforeach
{{ trans('admin/custom_fields/general.field_element_help') }}
@if ($this->showFieldValues)
@endif
@if ($this->showCustomRegex)
@endif
@if (! $isEdit)
@if ($field_encrypted)
@endif
@endif
@if ($isEdit && $field_encrypted)
@endif
@if (! $field_encrypted)
@endif