@extends('layouts.app')
@section('title', 'Admin Dashboard')
@section('content')
@can('Student Application')
@endcan
@can('Student Management')
@endcan
@can('Teacher Management')
@endcan
@can('User Management')
Total Staff
{{ $totalstaff }}
@endcan
@can('Payment Management')
This Month
{{ $monthlypayment }}
Total Payment
{{ $totalpayment }}
@endcan
@endsection
@include('admin.components.toster')
@include('admin.components.tosterjs')