@extends('layouts.home') @section('content')
Jumlah Prediksi Hari Ini

{{ number_format($countToday) }}

Prediksi Bulanan

{{ number_format($countMonthly) }}

Jumlah Siswa Terdaftar

{{ number_format($sumUser) }}

@endsection