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

@@ -1 +1,4 @@
@include('components.form.button', ['class' => 'btn-danger ' . ($class ?? ''), 'icon' => ($icon ?? 'fa-trash)'])
@include('components.form.button', [
'class' => 'btn-danger ' . ($class ?? ''),
'icon' => $icon ?? 'fa-trash',
])