@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') }} {{ __lang('course-session') }}
{{ __lang('Transaction ID') }}: {{ $tid }}
 
@php if($mode==0): @endphp @php else: @endphp @php endif; @endphp
@endsection