@extends('layouts.frontend') @section('content') @if (defined('CNF_CURRENCY')) @php ( $currency = SiteHelpers::getCurrentcurrency(CNF_CURRENCY) ) @else @php ($currency = 'USD' ) @endif

{!! Lang::get('core.custom_course_request'); !!} {!! Lang::get('core.payment_history'); !!}

@if(\Session::get('ut') != "tutor") @endif
@if(isset($payments) && count($payments)>0) @foreach ($payments as $key => $payment) @if(isset($payment->status)) @endif @endforeach @else @endif
# {!! Lang::get('core.custom_course_request') !!} {!! Lang::get('core.amount') !!} ({!! $currency !!}) {!! Lang::get('core.Payment_Type') !!} {!! Lang::get('core.award') !!} ({!! $currency !!}) {!! Lang::get('core.u_credit') !!} ({!! $currency !!}) {!! Lang::get('core.payment_status') !!} {!! Lang::get('core.custom_course_request') !!} {!! Lang::get('core.status') !!}
{!! $numbe = $numbe+1 !!}

{!! $payment->ccr_name !!}

{!! $payment->final_price !!} {!! $payment->payment_type !!} {!! $payment->debit !!} {!! $payment->credit !!} {!! $payment->status !!} {!! $payment->ccrstatus !!}
{!! Lang::get('core.no_record')!!}
{!! Lang::get('core.note'); !!}: {!! Lang::get('core.outstanding_pay'); !!}. {!! Lang::get('core.note_total_time_student') !!}
@stop