wip 3d
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user