@extends($activeTemplate . 'layouts.pdf_layout') @section('content')
|
@lang('Send Money Successful!')@lang('Your send money has been successfully done.') |
| @lang('TRX') | {{ $sendMoney->trx }} |
| @lang('Time') | {{ showDateTime($sendMoney->created_at) }} |
| @lang('Amount') | {{ showAmount($sendMoney->amount) }} |
| (+) @lang('Charge') | {{ showAmount($sendMoney->charge) }} |
| @lang('Total') | {{ showAmount($sendMoney->total_amount) }} |
| @lang('Post Balance') | {{ showAmount($sendMoney->sender_post_balance) }} |