@php // if not otherwise specified, the hidden input should take up no space in the form $field['wrapper'] = $field['wrapper'] ?? $field['wrapperAttributes'] ?? []; $field['wrapper']['class'] = $field['wrapper']['class'] ?? "hidden"; @endphp {{-- hidden input --}} @include('crud::fields.inc.wrapper_start') @include('crud::fields.inc.wrapper_end')