@extends('layouts.student') @section('pageTitle','') @section('innerTitle','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('student.dashboard')=>__lang('dashboard'), '#'=>$pageTitle ]]) @endsection @section('content') @php $this->headTitle($pageTitle); @endphp
{{ __lang('Amount') }}: {{ currentCurrency()->country->symbol_left }}{{ number_format($invoice->amount,2) }}
{{ __lang('Description') }}: {{ __lang('Enrollment') }} for {{ 'Course/Session' }}
 
@php if ($payumoney_sandbox==1) { @endphp
{{ __lang('payu-money-warning') }}
@php } @endphp
@endsection