{{-- browse server input --}} @include('crud::fields.inc.wrapper_start') @include('crud::fields.inc.translatable_icon')
@if (isset($field['hint']))

{!! $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 --}} @loadOnce('packages/jquery-colorbox/example2/colorbox.css') @loadOnce('bpFieldInitBrowseStyle') @endLoadOnce @endpush @push('crud_fields_scripts') {{-- include browse server js --}} @loadOnce('packages/jquery-colorbox/jquery.colorbox-min.js') @loadOnce('bpFieldInitBrowseElement') @endLoadOnce @endpush {{-- End of Extra CSS and JS --}} {{-- ########################################## --}}