first upload all files

This commit is contained in:
NW
2023-06-11 13:14:03 +01:00
parent f14dbc52b5
commit c08b36d1b6
1705 changed files with 106852 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<div id="slides-wrapper" class="clearfix">
{{-- Slides will be added here dynamically using JS --}}
</div>
<div class="form-group">
<button type="button" class="add-slide btn btn-default m-l-15">
{{ trans('slider::sliders.slide.add_slide') }}
</button>
</div>
@include('slider::admin.sliders.templates.slide')
@push('globals')
<script>
FleetCart.data['slider.slides'] = {!! old_json('slides', $slider->slides) !!};
</script>
@endpush