{!! $field['label'] !!}
{{-- Show the file name and a "Clear" button on EDIT form. --}} @if (isset($field['value']) && count($field['value']))
@foreach($field['value'] as $key => $file_path)
{{ $file_path }}
@endforeach
@endif {{-- Show the file picker on CREATE form. --}}
{{-- HINT --}} @if (isset($field['hint']))
{!! $field['hint'] !!}
@endif
{{-- FIELD EXTRA JS --}} {{-- push things in the after_scripts section --}} @push('crud_fields_scripts') @endpush