@include($view_path.'.includes.breadcrumb-primary') View
@include('account.includes.buttons')
@include('account.fees.includes.buttons')
@include('includes.flash_messages')
@include('includes.validation_error_messages')
@if (isset($data['student']) && $data['student']->count() > 0)
@php($i=1)
@foreach($data['student'] as $student)
@include($view_path.'.includes.add_model')
| {{__('form_fields.student.fields.faculty')}} | {{ ViewHelper::getFacultyTitle( $student->faculty ) }} | ||
| {{__('form_fields.student.fields.semester')}} | {{ ViewHelper::getSemesterTitle( $student->semester ) }} | ||
| {{ __('form_fields.student.fields.reg_no') }} | {{ $student->reg_no }} | ||
| {{__('form_fields.student.fields.name_of_student')}} | {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} | ||
| Payment Date | {{ $student->date }} | ||
| Amount | {{ $student->amount }} | ||
| Paid BY | {{ ViewHelper::getUserNameId($student->paid_by) }} | ||
| Gateway | {{ $student->payment_gateway }} | ||
| KhaltiPaymentStatus |
|
||
| REF TEXT |
@if($student->ref_text)
|
||
| Note | {{ $student->note}} | ||
| No {{ $panel }} data found. | |||