@include('layouts.includes.template_setting')
@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) @if(isset($data['khaltiStatus'])) @endif @endforeach @else @endif
@if($student->payment_status == 0) Not Verify {{----}}
{!! Form::model($student, ['route' => [$base_route.'.verify', encrypt($student->payment_id)], 'method' => 'POST', 'class' => 'form-horizontal', 'id' => 'validation-form', "enctype" => "multipart/form-data"]) !!} {!! Form::close() !!}
@else {{ $student->verify_method}} - Verified @endif Close
{{__('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 @php($refText = json_decode($data['khaltiStatus'])) @foreach($refText as $keyfield => $text) @endforeach
{{str_replace('_',' ',$keyfield)}} @if($keyfield =='transaction_id') {{$text}} @else @if($keyfield =='total_amount' || $keyfield =='fee') {{$text/100}} @else {{$text}} @endif @endif
REF TEXT @if($student->ref_text) @php($refText =json_decode($student->ref_text)) @foreach($refText as $keyfield => $text) @endforeach
{{str_replace('_',' ',$keyfield)}} {{$text}}
@endif
Note {{ $student->note}}
No {{ $panel }} data found.
@include($view_path.'.includes.add_model')