@php $current_value = old(square_brackets_to_dots($field['name'])) ?? $field['value'] ?? $field['default'] ?? ''; @endphp
@include('crud::inc.field_translatable_icon')
{{-- HINT --}} @if (isset($field['hint']))

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

@endif