@extends('backend.layouts.app') @section('content') @if(env('MAIL_USERNAME') == null && env('MAIL_PASSWORD') == null)
{{translate('Please Configure SMTP Setting to work all email sending functionality')}}, {{ translate('Configure Now') }}
@endif

Good Morning, {{auth()->user()->name}}

Here's what's happening with your store today.

{{translate('Total Students')}}

{{$total_student}}

{{translate('Total Techers')}}

{{$total_teacher}}

{{translate('Total Sections')}}

{{$total_sections->count()}}

{{translate('Total Grade')}}

{{$total_grades->count()}}

Teacher and Students By School

Student By Grade

Student By Subjects

@endsection @section('script') @endsection