{{-- Premium Sidebar Header with User Profile --}}
{{-- Brand Logo --}}
{{-- User Profile Card --}}
@if(auth()->user()->avatar) {{ auth()->user()->name }} @else
{{ strtoupper(substr(auth()->user()->name, 0, 2)) }}
@endif
{{ auth()->user()->name }} @if(auth()->user()->roles->first()) {{ auth()->user()->roles->first()->name }} @else Administrator @endif
{{-- Quick Navigation --}}