{{ __('You are sending') }}
{{ __('Medium') }}
@php
$totalAmount = isset($totalAmount) ? $totalAmount : 0;
@endphp
{{ moneyFormat(optional($merchant->currency)->code, formatNumber($totalAmount, optional($merchant->currency)->id)) }}
@if ($feeBearer == 'User')
{{ __('Transaction charge : :x', ['x' => moneyFormat(optional($merchant->currency)->code, formatNumber($totalFee, optional($merchant->currency)->id))]) }}
@endif