@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('Amount') }}: {{ __lang('Enrollment for') }} {{ __lang('course-session') }}
 
@php if ($sandbox) { @endphp
{{ __lang('payfast-warning') }}
@php } @endphp
@endsection