@extends('layouts.advisor') @section('title','Student Details') @section('breadcrumb')
{{ $student->enrollment_no }}
Total
Paid
Due
| Receipt | Date | Amount | Mode |
|---|---|---|---|
| {{ $p->receipt_no }} | {{ $p->payment_date->format('d M Y') }} | ₹{{ number_format($p->amount_paid, 0) }} | {{ $p->payment_mode }} |
| No payments yet. | |||