@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)
{{ trans('admin/custom_fields/general.encrypt_field_help') }}
@endif @endif @if ($isEdit && $field_encrypted)
{{ trans('admin/custom_fields/general.encrypted_options') }}
@endif @if (! $field_encrypted) @endif
{{ trans('admin/custom_fields/general.section_visibility') }} @if (! $field_encrypted) @endif
{{ trans('admin/custom_fields/general.section_display_on_forms') }}
@if ($fieldsets->count() > 0) @foreach ($fieldsets as $fieldset) @endforeach @endif
@script @endscript