@extends('layouts.app') @section('title', 'Dashboard') @push('styles') @endpush @section('content')
{{ $settings['institute_name'] ?? 'Vidya' }} · Session {{ $settings['session_start'] ?? date('Y') }}–{{ $settings['session_end'] ?? (date('Y') + 1) }}
{{ $todayAttendance['present'] }}/{{ $todayAttendance['total'] }}
Present today
{{ $totalStudents }}
Students
{{ $totalStaff }}
Staff
{{ $activeBatches }}
Active Batches
{{ $newInquiries }}
New Inquiries
{{ $pendingFollowUps }}
Pending Follow-ups
Students per batch
No batch data yet.
@endforelseStudents with >3 absences
@if(count($defaulters) > 0)| Name | Absences | Batch |
|---|---|---|
| {{ $d['name'] }} | {{ $d['absences'] }} | {{ $d['batch'] }} |
No defaulters this month
@endifDay-by-day this week
No attendance data yet.
@endforelse