@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Dashboard'])
Group Type | Count |
---|---|
{{ $row->course_name }} | {{ $row->count }} |
Caste Type | Count |
---|---|
{{ $row->caste_name }} | {{ $row->count }} |
Total No. Of Student | {{ $totalStudent }} |
---|---|
Whole day Present Student | {{ $wholeDayPresentCount }} |
Whole day Absent Student | {{ $wholeDayAbsentCount }} |
{{ $i }} period Present Student | {{ $periodCounts[$i] ?? 0 }} |
User Types | Today Donations | Total Donations |
---|---|---|
Public Donations | {{ $totalTodayAmountP }} | {{ $totalAmountP }} |
Member Donations | {{ $totalTodayAmountM }} | {{ $totalAmountM }} |
Alumni Donations | {{ $totalTodayAmountA }} | {{ $totalAmountA }} |
Total No. Of Staff | {{ DB::table('cms_staff')->where('oprtnl_flag', 'A')->count() }} |
---|---|
WholeDay Attended Staff | {{ $wholeDayPresent }} |
WholeDay Absent staff | {{ $wholeDayAbsent }} |
Half Day present / Absent attendant staff | {{ $halfDay }} |
Today Fee Collection | {{ $totalAmount }} |
Total Fee Collection | {{ $totalFullAmount }} |
Total Expense | {{ $totalExpense }} |
Today Expense | {{ $todayExpense }} |