@extends('layouts.admin') @section('title', 'Admin Dashboard') @section('breadcrumb')
Welcome back, {{ auth()->user()->name }}
Total Students
Total Collected
Total Due
Pending Grievances
Institutes
Courses
Advisors
Cashiers
Active Notices
{{ $g->subject }}
{{ $g->created_at->diffForHumans() }}| Receipt | Student | Amount | Mode | Date | Cashier |
|---|---|---|---|---|---|
| {{ $p->receipt_no }} | {{ $p->student->name ?? 'N/A' }} | ₹{{ number_format($p->amount_paid, 0) }} | {{ $p->payment_mode }} | {{ $p->payment_date->format('d M Y') }} | {{ $p->cashier->name ?? 'N/A' }} |
| No payments yet. | |||||