@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')
Faculty/Class | {{ ViewHelper::getFacultyTitle( $student->faculty ) }} |
---|---|
Sem./Sec. | {{ ViewHelper::getSemesterTitle( $student->semester ) }} |
Reg.Num | {{ $student->reg_no }} |
Student Name | {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} |
Payment Date | {{ \Carbon\Carbon::parse($student->date)->format('Y-m-d')}} |
Amount | {{ $student->amount }} |
Gateway | {{ $student->payment_gateway }} |
Paid BY | {{ ViewHelper::getUserNameId($student->paid_by) }} |
REF TEXT |
{{$student->ref_no}}
@if($student->ref_text) {{$student->ref_text}} @endif |
Note | {{ $student->note}} |
No {{ $panel }} data found. |