[WIP] Finish the order process
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<div class="col-12 text-right p-2">
|
||||
<button type="button" class="btn bg-green-dark light" data-toggle="dropdown">
|
||||
@if (App\Repositories\Shop\Customers::isConnected())
|
||||
<img src="{{ App\Repositories\Shop\Customers::getAvatar() }}" class="img-fluid">
|
||||
<img src="{{ App\Repositories\Shop\Customers::getAvatar() }}" class="img-fluid" title="{{ App\Repositories\Shop\Customers::getName() }}">
|
||||
@else
|
||||
<i class="fa fa-2x fa-fw fa-user mr-2"></i>
|
||||
<i class="fa fa-2x fa-fw fa-user"></i>
|
||||
@endif
|
||||
</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user