@extends('layouts.master') @section('content') @php $totaladmin = DB::table("users")->count(); $totalteachers = DB::table("teacherstaff")->where('type',1)->count(); $totalstaff = DB::table("teacherstaff")->where('type',2)->count(); $totalnotices = DB::table("notices")->where('type',1)->count(); @endphp