@extends('layouts.main') @section('title', 'Dashboard - KelasMaju') @section('content-header')

Beranda

@endsection @section('content-body')

Total Pengguna

{{$total_user}}

Total Siswa

{{$total_student}}

Total Guru

{{$total_teacher}}

Total Mata Pelajaran

{{$total_mapel}}
@endsection