fix basket

This commit is contained in:
ludo
2023-10-31 17:05:41 +01:00
parent a9432bd3c1
commit 746cf661ce
14 changed files with 144 additions and 88 deletions

View File

@@ -47,3 +47,10 @@
@endsection
@include('load.layout.modal')
@include('load.basket')
@push('js')
<script>
initBasket();
</script>
@endpush