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