update branch

This commit is contained in:
tanch0
2024-06-13 21:02:05 +05:45
parent c25c6475da
commit 8253440371
402 changed files with 40154 additions and 1632 deletions

View File

@ -1,9 +1,10 @@
<div class="dropdown ms-sm-3 header-item topbar-user">
<button type="button" class="btn" id="page-header-user-dropdown" data-bs-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
{{-- asset(SITEVARS->icon) ?? --}}
<span class="d-flex align-items-center">
<img class="rounded-circle header-profile-user"
src="{{ asset(SITEVARS->icon) ?? asset('assets/images/users/avatar-1.jpg') }}" alt="Header Avatar">
src="{{ asset('assets/images/users/avatar-1.jpg') }}" alt="Header Avatar">
<span class="ms-xl-2 text-start">
<span class="d-none d-xl-inline-block fw-medium user-name-text ms-1">{{ auth()->user()->name }}</span>