@extends($activeTemplate . 'layouts.pdf_layout') @section('content')
|
@lang('Payment Successful!')@lang('Your payment has been successfully done.') |
| @lang('Merchant') | {{ @$makePayment->merchant->mobile }} |
| @lang('TRX') | {{ $makePayment->trx }} |
| @lang('Time') | {{ showDateTime($makePayment->created_at) }} |
| @lang('Amount') | {{ showAmount($makePayment->amount) }} |
| @lang('Total') | {{ showAmount($makePayment->amount) }} |
| @lang('Post Balance') | {{ showAmount($makePayment->user_post_balance) }} |