@extends('layouts.admin_layout') @section('title', 'Dashboard') @section('content')
Total Due and Collected Amount
Category Wise Collected Amount
Month Wise Bill Generated
Dashboard
@if(Auth::user()->user_type == 'super admin')
@endif @if(Auth::user()->user_type == 'branch admin')
@endif

SN Staff Name Monthly fee Festival Charges Registration Charges Card Other Total
{{-- --}} @endsection