@extends('layouts.app') @section('title', 'Dashboard') @section('content')
{{-- ============================================================ Page Header ============================================================ --}}

Dashboard

Overview of today's attendance and school activity.

{{ now()->format('D, d M Y') }}
Students Devices
{{-- ============================================================ Important Notice ============================================================ --}}

Attendance collection is active

Biometric devices are currently collecting attendance records for today's session.

{{-- ============================================================ Primary Statistics ============================================================ --}}
{{-- Total Students --}}

Total Students

1,248

Enrolled students +18 this month
{{-- Present --}}

Present Today

1,126

Student attendance 90.2%
{{-- Absent --}}

Absent Today

84

Missing attendance 6.7%
{{-- Late --}}

Late Arrivals

38

Arrived after schedule 3.1%
{{-- ============================================================ Secondary Statistics ============================================================ --}}
{{-- Teachers --}}

62

Teachers Present

{{-- Devices --}}

4 / 5

Devices Online

{{-- SMS --}}

96

SMS Notifications

{{-- Email --}}

42

Emails Sent

{{-- ============================================================ Attendance Trend + Attendance Rate ============================================================ --}}
{{-- Attendance Trend --}}

Attendance Trend

Present, absent and late attendance over the last 7 days.

{{-- Attendance Rate --}}

Today's Attendance

Overall student attendance rate.

1,126

Present

84

Absent

38

Late

{{-- ============================================================ Class Attendance + Weekly Comparison ============================================================ --}}
{{-- Attendance by Class --}}

Attendance by Class

Today's attendance percentage across classes.

{{-- Weekly Attendance --}}

Weekly Overview

Daily present and absent records.

{{-- ============================================================ Attendance Distribution + Devices ============================================================ --}}
{{-- Status Distribution --}}

Attendance Distribution

Distribution of today's attendance statuses.

{{-- Device Status --}}

Attendance Devices

Current biometric device connectivity.

View all

Main Gate Device

Last sync: 1 minute ago

Online

Secondary Gate

Last sync: 3 minutes ago

Online

Staff Room Device

Last sync: 48 minutes ago

Offline

Primary Block

Last sync: 2 minutes ago

Online
{{-- ============================================================ Live Attendance + Recent Notifications ============================================================ --}}
{{-- Live Attendance --}}

Live Attendance

Live

Latest attendance records received from devices.

Student Class Time Status
AS

Aarav Sharma

STU-1024

Class 8 - A 08:42 AM Present
SP

Saanvi Patel

STU-0918

Class 7 - B 08:46 AM Present
RK

Rohan Kumar

STU-1182

Class 9 - A 09:12 AM Late
NG

Nisha Gupta

STU-0847

Class 6 - A 08:51 AM Present
{{-- Recent Notifications --}}

Recent Notifications

Latest automated attendance communication.

Absence notification

4m

Parent of Anish Rai was notified about today's absence.

Late arrival detected

12m

Rohan Kumar checked in after the allowed arrival time.

SMS delivered

18m

Attendance SMS was successfully delivered to 24 parents.

Device synchronization

25m

Main Gate Device synchronized 186 attendance records.

{{-- ============================================================ Students Requiring Attention ============================================================ --}}
{{-- Frequently Late --}}

Frequent Late Arrivals

Students with repeated late attendance this month.

@foreach([ ['name' => 'Rohan Kumar', 'class' => 'Class 9 - A', 'count' => 8, 'initials' => 'RK'], ['name' => 'Aayush Thapa', 'class' => 'Class 8 - B', 'count' => 6, 'initials' => 'AT'], ['name' => 'Suman Rai', 'class' => 'Class 10 - A', 'count' => 5, 'initials' => 'SR'], ['name' => 'Priya Shah', 'class' => 'Class 7 - A', 'count' => 4, 'initials' => 'PS'], ] as $student)
{{ $student['initials'] }}

{{ $student['name'] }}

{{ $student['class'] }}

{{ $student['count'] }} late
@endforeach
{{-- Frequent Absence --}}

Frequent Absences

Students requiring attendance follow-up.

@foreach([ ['name' => 'Anish Rai', 'class' => 'Class 8 - A', 'count' => 7, 'initials' => 'AR'], ['name' => 'Kriti Yadav', 'class' => 'Class 9 - B', 'count' => 6, 'initials' => 'KY'], ['name' => 'Bibek Shah', 'class' => 'Class 7 - B', 'count' => 5, 'initials' => 'BS'], ['name' => 'Riya Sharma', 'class' => 'Class 6 - A', 'count' => 4, 'initials' => 'RS'], ] as $student)
{{ $student['initials'] }}

{{ $student['name'] }}

{{ $student['class'] }}

{{ $student['count'] }} absent
@endforeach
{{-- ============================================================ Monthly Attendance Heatmap ============================================================ --}}

Attendance Heatmap

Class attendance percentage during the recent school days.

Low Medium High
{{-- ============================================================ Quick Actions ============================================================ --}}

Quick Actions

Frequently used administrative actions.

@endsection @push('scripts') @endpush