@extends('layouts.app') @section('title', 'Daily Attendance') @section('content')
Total
{{ $stats['total'] }}
Present
{{ $stats['present'] }}
Late
{{ $stats['late'] }}
Absent
{{ $stats['absent'] }}