change icons, css, add routing to merchandise, add mail templater, fixes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<a href="{{ route('Shop.Basket.basket') }}" class="text-white">
|
||||
<button type="button" class="btn green p-0">
|
||||
<i class="fa fa-2x fa-fw fa-shopping-basket mr-2"></i>
|
||||
<button type="button" class="btn green-dark p-0">
|
||||
|
||||
<img src="/img/header/basket.svg" width="36px">
|
||||
|
||||
<span class="ml-2 badge bg-yellow green-dark">
|
||||
<span id="count-basket">{{ \App\Repositories\Core\User\ShopCart::getTotalQuantity() }}</span>
|
||||
Articles
|
||||
|
||||
Reference in New Issue
Block a user