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

@lang('Payment Received Successful!')

@lang('Payment received has been successfully done.')

@lang('TRX') {{ $payment->trx }}
@lang('User') {{ @$payment->user->mobileNumber }}
@lang('Time') {{ showDateTime($payment->created_at) }}
@lang('Amount') {{ showAmount($payment->amount) }}
@lang('Charge') (-) {{ showAmount($payment->charge) }}
@lang('Total') {{ showAmount($payment->merchant_amount) }}
@lang('Post Balance') {{ showAmount($payment->merchant_post_balance) }}
@endsection