{{ __('Manage your virtual classroom sessions') }}
{{ $stats['total'] ?? 0 }}
{{ __('Total Sessions') }}
{{ $stats['completed'] ?? 0 }}
{{ __('Completed') }}
{{ $stats['upcoming'] ?? 0 }}
{{ __('Upcoming') }}
{{ $stats['avg_attendance'] ?? 0 }}%
{{ __('Avg Attendance') }}
{{ $session['class'] ?? '' }} · {{ $session['enrolled'] ?? 0 }} {{ __('students') }}
{{ __('No upcoming sessions scheduled') }}
{{ $session['participants'] ?? 0 }}/{{ $session['enrolled'] ?? 0 }} {{ __('students joined') }}
{{ __('No live sessions') }}
{{ $session['date'] ?? '' }} · {{ $session['duration'] ?? 0 }}min
{{ __('No past sessions yet') }}