@php $fieldName = $field['name']; $fieldDotName = square_brackets_to_dots(implode(',', (array) $fieldName)); @endphp @include('crud::fields.inc.wrapper_start') {{ $slot }} {{-- HINT --}} @if (isset($field['hint']) && strlen($field['hint']) > 0)

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

@endif @if ($errors)
@foreach ($errors->get($fieldDotName) as $message) {{ $message }} @endforeach
@endif @include('crud::fields.inc.wrapper_end')