@php
$id = $name . '-' . time();
@endphp
{!! Form::hidden($name, $values ? json_encode($values) : null, $attributes) !!}
{{ __('Drop files here or click to upload.') }}
@once
@once
@if (request()->ajax())
@include(MarketplaceHelper::viewPath('dashboard.forms.partials.custom-images-script'))
@else
@push('footer')
@include(MarketplaceHelper::viewPath('dashboard.forms.partials.custom-images-script'))
@endpush
@endif
@endonce
@endonce