This commit is contained in:
Ludovic CANDELLIER
2022-12-22 01:09:11 +01:00
parent 5151f393be
commit 0feebca7e0
25 changed files with 298 additions and 195 deletions

View File

@@ -17,7 +17,7 @@
</div>
</div>
@foreach ($basket as $nature => $items)
<div class="row ml-1 mb-3 p-2 bg-green-light border">
<div class="row ml-1 mb-3 p-2 @if ($nature == 'semences') bg-yellow @else bg-green-dark @endif border rounded-lg">
<div class="col-12">
<h2 style="font-size: 1.6em;" class="text-uppercase">{{ $nature }}</h2>
@foreach ($items as $item)
@@ -28,7 +28,7 @@
@endforeach
</div>
<div class="col-4">
<x-card class='shadow bg-light'>
<x-card class='shadow gradient-green1'>
@include('Shop.Baskets.partials.basketTotal')
<div class="row m-3">
<div class="col-12 text-center">