| Student | Ref# | Amount ({{ \App\Helpers\Mk::getCurrencyCode() }}) | Date | Method | Payment Status | Narration |
|---|---|---|---|---|---|---|
| {{ $value->studentRecord->user->name ?? 'N/A' }} | {{$value->ref}} | {{ \App\Helpers\Mk::formatCurrency($value->amount) }} | {{$value->payment_date}} | {{$value->payment_method}} | {{$value->status}} @if($value->status == 'Paidss') @endif | {{ $this->shorten_text($value->narration, 30)}} |