@extends('layouts.admin', ['withLoader' => true]) @section('css') @endsection @section('breadcrumb')

Dashboard

@endsection @section('content')
{{ isset($dashboard->schools) ? $dashboard->schools : 0 }}
Total number of schools
{{ isset($dashboard->teachers) ? $dashboard->teachers : 0 }}
Total number of teachers
{{ isset($dashboard->childs) ? $dashboard->childs : 0 }}
Total number of kids
{{ isset($dashboard->parents) ? $dashboard->parents : 0 }}
Total number of parents
{{ isset($dashboard->dailyRecords) ? $dashboard->dailyRecords : 0 }}
Total number of daily records
{{ isset($dashboard->stories) ? $dashboard->stories : 0 }}
Total number of learning stories
{{ isset($dashboard->attendance) ? $dashboard->attendance : 0 }}
Total hours of attendance

Export emails

@csrf
@endsection @section('script-bottom') @endsection