quick add to basket on shelves

This commit is contained in:
Ludovic CANDELLIER
2023-02-27 23:16:15 +01:00
parent 260eccc1f1
commit 808e60e41b
7 changed files with 53 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
{!! $tools !!}
</div>
@endisset
<h3 class="card-title">{{ $title ?? false }}</h3>
<h3 class="card-title {{ $classTitle ?? '' }}">{{ $title ?? false }}</h3>
@endisset
</div>
@endif
@@ -17,7 +17,7 @@
{{ $slot }}
</div>
@isset($footer)
<div class="card-footer">
<div class="card-footer {{ $classFooter ?? '' }}">
{{ $footer }}
</div>
@endif