@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' }} |
{{ __lang('Transaction ID') }}: | {{ $tid }} |