@stack('styles')
Dashboard
Dashboard
Overview
@if(Auth::user()->currentRole)
{{ Auth::user()->currentRole->display_name }}
@endif
Profile
Profile
Profile
Personal Info
Activity Log
Management
Management
Management
Role Management
Settings
Settings
🥋 Taekwondo Portal
Notifications
Mark all as read
Welcome to the platform!
💙
Complete your profile to get started
Just now
@if(Auth::user()->avatar)
@else
{{ substr(Auth::user()->name, 0, 1) }}
@endif
@if(Auth::user()->avatar)
@else
{{ substr(Auth::user()->name, 0, 1) }}
@endif
{{ Auth::user()->name }}
{{ Auth::user()->getCurrentRoleDisplayName() ?? 'Member' }}
Profile
Role Management
Settings
Help
@yield('content')
@stack('scripts')