This commit is contained in:
ludo
2025-02-15 12:12:42 +01:00
parent d1cc62c9b1
commit 592402a6c1
53 changed files with 1098 additions and 404 deletions

View File

@@ -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">