@endif
{{-- Show the file picker on CREATE form. --}}
isset($field['value']) && $field['value']!=null?'form-control hidden':'form-control'])
>
{{-- HINT --}}
@if (isset($field['hint']))
{!! $field['hint'] !!}
@endif
{{-- FIELD EXTRA JS --}}
{{-- push things in the after_scripts section --}}
@push('crud_fields_scripts')
@endpush