{!! Form::hidden('gallery', $value ? json_encode($value) : null, [ 'id' => 'gallery-data', 'class' => 'form-control', ]) !!}
@if (!empty($value)) @foreach ($value as $key => $item)
{{ RvMedia::image($imageUrl, $description, 'thumb') }}
@endforeach @endif
{{ trans('plugins/gallery::gallery.select_image') }}
{{ trans('plugins/gallery::gallery.reset') }}
{{ trans('plugins/gallery::gallery.delete_photo') }}
{{ trans('core/base::forms.cancel') }}
{{ trans('core/base::forms.update') }}