This commit is contained in:
Ludovic CANDELLIER
2022-04-13 23:49:48 +02:00
parent 6e133246cf
commit 9c2b9cf02e
56 changed files with 948 additions and 336 deletions

View File

@@ -1,15 +1,17 @@
<div class="row">
<div class="col-6 d-none">
<div id="header-favorite" class="text-light" data-refresh-url="/favorite">
<i class="fa fa-3x fa-heart"></i>
</div>
<div class="col-12 text-right p-2">
<a href="{{ route('Shop.Basket.basket') }}" style="color: white;">
<button type="button" class="btn bg-green-dark basket light">
<i class="fa fa-2x fa-fw fa-shopping-basket mr-2"></i>
<span class="ml-2 badge bg-yellow green-dark">
<span id="count-basket">{{ \App\Repositories\Core\User\ShopCart::getTotalQuantity() }}</span>
Articles
</span>
<span class="ml-2 badge bg-yellow green-dark">
<span id="total-basket">{{ \App\Repositories\Core\User\ShopCart::getTotal() }}</span>
TTC
</span>
</button>
</a>
</div>
<div class="col-6 text-center">
<div id="header-basket" class="text-light mr-3" data-refresh-url="/basket">
<a href="{{ route('Shop.Basket.basket') }}" style="color: white;">
<i class="fa fa-3x fa-shopping-basket"></i>
</a>
</div>
</div>
</div>
</div>