@yield('scss')
English
French
Arabic
German
Toggle theme
Light
Dark
System
Notification
0
View all notifications
{{ Auth::user()->username }}
@php $role = auth()->user()->getRoleNames()->first() ?? 'User'; if ($role === 'admin') { $roleName = 'Super Admin'; } elseif ($role === 'operator') { $roleName = 'Promotor'; } else { $roleName = $role; } @endphp
{{ $roleName }}
Logout
@csrf
@yield('content')
@stack('scripts')