@if(isset($field['prefix']) || isset($field['suffix']))
@endif @if(isset($field['prefix']))
{!! $field['prefix'] !!}
@endif @if(isset($field['store_as_json']) && $field['store_as_json']) @else @endif @if(isset($field['suffix']))
{!! $field['suffix'] !!}
@endif @if(isset($field['prefix']) || isset($field['suffix']))
@endif {{-- HINT --}} @if (isset($field['hint']))

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

@endif
{{-- Note: you can use to only load some CSS/JS once, even though there are multiple instances of it --}} {{-- ########################################## --}} {{-- Extra CSS and JS for this particular field --}} {{-- If a field type is shown multiple times on a form, the CSS and JS will only be loaded once --}} @if ($xPanel->checkIfFieldIsFirstOfItsType($field, $fields)) {{-- FIELD CSS - will be loaded in the after_styles section --}} @push('crud_fields_styles') @endpush {{-- FIELD JS - will be loaded in the after_scripts section --}} @push('crud_fields_scripts') @endpush @endif {{-- End of Extra CSS and JS --}} {{-- ########################################## --}}