{!! $field['label'] !!}
@include('crud::inc.field_translatable_icon') @if(isset($field['prefix']) || isset($field['suffix']))
@endif @if(isset($field['prefix']))
{!! $field['prefix'] !!}
@endif
@if(isset($field['suffix']))
{!! $field['suffix'] !!}
@endif @if(isset($field['prefix']) || isset($field['suffix']))
@endif {{-- HINT --}} @if (isset($field['hint']))
{!! $field['hint'] !!}
@endif