@php $details = data_get($transaction, 'details'); $bank = data_get($transaction, 'meta.pay_meta'); @endphp
* {{ __('A processing fee of :amount included in total payment amount.', ['amount' => data_get($details, 'tnx_fees')]) }}
@endif @if(data_get($bank, 'account_name') || data_get($bank, 'account_number')){{ __("Your account will credited once we confirm that payment has been received.") }}
{{ __("Ensure that the amount you send is sufficient to cover all such charges by your bank.") }}
{{ __("Please make your payment within 3 days, unless this order will be cancelled.") }}