{{ $college->college_name }}{{ $college->affiliated_by }} {{ $college->address }} |
S.No | Registration No. | Name | Contact No. | Payment Status | Fee Type | Total Amount | Paid Amount |
---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $student_dtl['student']->register_no }} | {{ $student_dtl['student']->firstname }} {{ $student_dtl['student']->lastname }} | {{ $student_dtl['student']->mobileno }} | {{ ucfirst($status)}} | {{ $fee_structure->feeType->feesName }} | {{ $fee_structure->fee_amount }} | {{ $student_dtl['paid_amount'] }} |