{{-- text input --}}
@include('admin.panel.fields.inc.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
{{-- FIELD EXTRA CSS --}} {{-- push things in the after_styles section --}} {{-- @push('crud_fields_styles') @endpush --}} {{-- FIELD EXTRA JS --}} {{-- push things in the after_scripts section --}} {{-- @push('crud_fields_scripts') @endpush --}} {{-- Note: you can use @if ($xPanel->checkIfFieldIsFirstOfItsType($field, $fields)) to only load some CSS/JS once, even though there are multiple instances of it --}}