{{-- User Top Navbar - Phoenix v1.22.0 Slim --}} 🥋 Taekwondo Portal Dark Light @if(auth()->check() && auth()->user()->activeRoles()->count() > 0) Switch Role {{ auth()->user()->activeRoles()->count() }} Current: {{ auth()->user()->getCurrentRoleDisplayName() }} @foreach(auth()->user()->activeRoles as $role) {{ substr($role->display_name, 0, 1) }} @if(auth()->user()->currentRole && auth()->user()->currentRole->id === $role->id) @endif {{ $role->display_name }} {{ $role->name }} @if(auth()->user()->currentRole && auth()->user()->currentRole->id === $role->id) Current @else Switch @endif @endforeach @endif Notifications Mark all as read No new notifications {{ Auth::user()->fname ?? 'User' }} {{ substr(Auth::user()->fname ?? 'U', 0, 1) }} {{ Auth::user()->fname . ' ' . (Auth::user()->lname ?? '') }} @if(auth()->user()->currentRole) {{ auth()->user()->getCurrentRoleDisplayName() }} @endif Profile Dashboard @if(auth()->user()->currentRole) {{ auth()->user()->getCurrentRoleDisplayName() }} Dashboard @endif Documents Settings
Current: {{ auth()->user()->getCurrentRoleDisplayName() }}
{{ $role->name }}
No new notifications
{{ auth()->user()->getCurrentRoleDisplayName() }}