@php // autocomplete off, if not otherwise specified if (!isset($field['attributes']['autocomplete'])) { $field['attributes']['autocomplete'] = "off"; } @endphp
@include('crud::inc.field_translatable_icon') {{-- HINT --}} @if (isset($field['hint']))

{!! $field['hint'] !!}

@endif