{{-- browse server input --}} @include('crud::fields.inc.wrapper_start') @include('crud::fields.inc.translatable_icon')
{!! $field['hint'] !!}
@endif @include('crud::fields.inc.wrapper_end') {{-- ########################################## --}} {{-- 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 --}} {{-- FIELD CSS - will be loaded in the after_styles section --}} @push('crud_fields_styles') {{-- include browse server css --}} @basset('https://unpkg.com/jquery-colorbox@1.6.4/example2/colorbox.css') @basset('https://unpkg.com/jquery-colorbox@1.6.4/example2/images/loading.gif', false) @basset('https://unpkg.com/jquery-colorbox@1.6.4/example2/images/controls.png', false) @bassetBlock('backpack/pro/fields/browse-field.css') @endBassetBlock @endpush @push('crud_fields_scripts') {{-- include browse server js --}} @basset('https://unpkg.com/jquery-colorbox@1.6.4/jquery.colorbox-min.js') @bassetBlock('backpack/pro/fields/browse-field.js') @endBassetBlock @endpush {{-- End of Extra CSS and JS --}} {{-- ########################################## --}}