{{ $setting->site_name }}
Payment History
Date : {{ Date('d-m-Y') }}| # | UID | Name | Roll | Class | Session | Group | Year | Amount | Payment Method | Date |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $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 }} | {{ number_format($item->amount, 2) }} | {{ optional($item->paymentmethod)->name }} | {{ $item->payment_date->format('d-m-Y') }} |
| Total Amount | {{ number_format($paymenthistories->sum('amount'), 2) }} | |||||||||