@extends('layouts.master') @section('page_title', 'My Dashboard') @section('content') @if(Qs::userIsParent())
Fees Awaiting Payment {{$fully_paid_bills}}/{{$total_bills}}
Staff Present Today0/{{$users->where('user_type', 'teacher')->count()}}
Student Present Today {{$count_student_attendance}}/{{$users->where('user_type', 'student')->count()}}