{{auth::user()->name}}
Profile
Logout
@csrf
View Profile
Settings
Logout
@if(Auth::user()->name === 'superadmin')
@elseif(Auth::user()->name === 'admin')
@else
@endif
D
Dashboard
@if (auth::user()->name === 'superadmin')
Users Managment
All Users
Add New User
@else @endif @if(Auth::user()->name === 'superadmin')
Notes
Add New Note
View
@elseif(Auth::user()->name === 'admin')
Notes
Add New Note
View
@else
Notes
Add New Note
View
@endif
@yield('maincontent')