@extends($activeTemplate . 'layouts.pdf_layout') @section('content')

@lang('Education Fee Successful!')

@lang('Your education fee has been successfully done.')

@lang('Institute') {{ __(@$educationFee->institution->name) }}
@lang('TRX') {{ $educationFee->trx }}
@lang('Time') {{ showDateTime($educationFee->created_at) }}
@lang('Amount') {{ showAmount($educationFee->amount) }}
@lang('Charge') {{ showAmount($educationFee->charge) }}
@lang('Total') {{ showAmount($educationFee->total) }}
@lang('Status') @php echo $educationFee->statusBadge @endphp
@endsection