Task widgets and personal workflow cards will appear here.
Role-specific KPIs and quick actions will be displayed here.
Cross-module snapshots and alerts will be added in the next sprint.
Schedule and reminder widgets placeholder.
User: {{ auth()->user()->name }}
Dealer: {{ optional(auth()->user()->dealer)->name ?? 'N/A' }}
Department: {{ optional(auth()->user()->department)->name ?? 'N/A' }}
Roles: {{ auth()->user()->getRoleNames()->join(', ') }}