fixes
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<button type="button" class="btn bg-light green-dark p-0" data-toggle="dropdown">
|
||||
@if (App\Repositories\Shop\Customers::isConnected())
|
||||
<img src="{{ App\Repositories\Shop\Customers::getAvatar() }}" class="img-fluid" title="{{ App\Repositories\Shop\Customers::getName() }}">
|
||||
{!! App\Repositories\Shop\CustomerAvatars::getImg() !!}
|
||||
@else
|
||||
<img src="/img/header/login.svg" width="36px">
|
||||
<img src='/img/header/login.svg' width='36px' alt='login'>
|
||||
@endif
|
||||
|
||||
</button>
|
||||
|
||||
<ul class="dropdown-menu" aria-labelledby="dLabel">
|
||||
<ul class="dropdown-menu" aria-labelledby="Connexion">
|
||||
@if (App\Repositories\Shop\Customers::isConnected())
|
||||
<li class="dropdown-item">
|
||||
<a href="{{ route('Shop.Customers.profile') }}" title="Accèdez à vos factures, remises ..." rel="nofollow">
|
||||
|
||||
Reference in New Issue
Block a user