Student Payment Data
Payment Records Data Table
|
|
No. | Student Name | Transaction ID | Amount [GHC] | Number | Created | Action | |
|---|---|---|---|---|---|---|---|---|
|
|
{{$count}} | {{$payment->profile['first_name']." ".$payment->profile['last_name']}} | {{$payment->student['email']}} | {{$payment->transaction_id}} | {{$payment->amount[0]}}.00 | {{$payment->momo_number ?? ucwords($payment->card_type)}} | {{$payment->created_at}} |
|