{{-- Show the file name and a "Clear" button on EDIT form. --}} @if (isset($field['value']) && $field['value']!=null)
{{ $field['value'] }}
@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