@extends('layouts.master') @section('title', 'Dashboard') @section('content')

Dashboard

Running Batch
{{ $totalBatch }}
Active Student
{{ number_format($totalStudent) }}
Total Lead
{{ $totalLead }}
Total Payment
{{ $totalPayment }}
Total Received Payment (All Time)

{{ number_format($totalReceivedPayment, 2) }}

Payment Statistics

@endsection @push('js') @endpush