{{ __('Dashboard') }}

To Do List

Task widgets and personal workflow cards will appear here.

User Specific Dashboard

Role-specific KPIs and quick actions will be displayed here.

Operational Overview

Cross-module snapshots and alerts will be added in the next sprint.

Calendar

Schedule and reminder widgets placeholder.

Current Session Context

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(', ') }}