image

@lang('Education Fee Payment Successful!')

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

@lang('Institute') {{ __(@$educationFee->institution->name) }}
@lang('TRX ID') {{ $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