@include('crud::inc.field_translatable_icon')
{{-- HINT --}}
@if (isset($field['hint']))
{!! $field['hint'] !!}
@endif
@if ($crud->fieldTypeNotLoaded($field))
@php
$crud->markFieldTypeAsLoaded($field);
@endphp
{{-- FIELD CSS - will be loaded in the after_styles section --}}
@push('crud_fields_styles')
@endpush
{{-- FIELD JS - will be loaded in the after_scripts section --}}
@push('crud_fields_scripts')
@if (app()->getLocale() !== 'en')
@endif
@endpush
@endif
@if(isset($field['toggle_enable']))
@push('crud_fields_scripts')
@endpush
@endif