This commit is contained in:
Ludovic CANDELLIER
2022-12-22 01:09:11 +01:00
parent ae39681cb0
commit 9698ba54d0
25 changed files with 298 additions and 195 deletions

View File

@@ -12,7 +12,7 @@
'data' => $article['offers']['plants'],
'title' => 'Plant',
'model' => 'plants',
'bgClass' => 'bg-green',
'bgClass' => 'bg-green-dark',
])
@endif
@@ -44,7 +44,6 @@
label: '{{ __('Commander') }}',
className: 'btn-success',
callback: function() {
console.log('ici');
window.location = "{{ route('Shop.Basket.basket') }}";
}
},