@extends('layouts.admin')
| Student Name |
Class Name |
Amount Paid |
Transaction Date |
View | |
|---|---|---|---|---|---|
| {{ $key+1 }} | --}}{{ ucwords($detail->student->first_name) . ' ' . ucwords($detail->student->last_name) }} | {{ ucwords($detail->class_name) }} | {{ ucwords($review_fee_arr[$detail->id]->amountpaid) }} | {{ dateformatter($review_fee_arr[$detail->id]->created_at) ?? 'N.A.' }} |