{{ $setting->site_name }}
Payment list
Date: {{ Date('d-M-Y') }}
| # | UID | Name | Roll | Class | Session | Group | Year | Payment Method | Transaction No | Date | Amount |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ optional($item->studentuser)->uid }} | {{ optional($item->studentuser)->name }} | {{ optional($item->studentuser)->roll }} | {{ optional($item->classtype)->name }} | {{ optional($item->session)->name }} | {{ optional($item->group)->name }} | {{ optional($item->classyear)->name }} | {{ optional($item->paymentmethod)->name }} | {{ $item->receipt }} | {{ $item->payment_date->format('d-m-Y') }} | {{ number_format($item->amount, 2) }} |
| Total Amount | {{ number_format($paymenthistories->sum('amount'), 2) }} | ||||||||||