Welcome back, {{ $user->fname ?? $user->name }}!
@if($user->currentRole) You're currently acting as: {{ $user->getCurrentRoleDisplayName() }} @else Please select a role to get started @endif
Active Roles
{{ $user->activeRoles->count() }}
@if($user->currentRole) Current: {{ $user->currentRole->display_name }} @else No role selected @endif
Documents
{{ $uploadedDocs }}/{{ $totalDocs }}
{{ $totalDocs > 0 ? round(($uploadedDocs/$totalDocs)*100) : 0 }}% uploaded
State Changes
{{ $pendingStateChanges }}/{{ $stateChangeRequests }}
{{ $pendingStateChanges }} pending
Profile
{{ $profileCompletion }}%
Completed
Role-specific Information
Training Information
Achievements
View your certificates and competition history in the Events section.
Coach Resources
Access training materials and team management tools.
License Info
Keep your coaching license up to date.
Referee Duties
Check your assigned matches and competitions.
Certification
Manage your referee certification status.
{{ $user->currentRole->display_name }} Dashboard
{{ $user->currentRole->description }}