@lang('Pay with ' . optional($deposit->gateway)->name)
@lang("Please follow the instruction below")
@lang("You have requested to deposit") {{ number_format($deposit->amount, 2) }} {{ $deposit->payment_method_currency }} ,@lang("Please pay") {{ getAmount($deposit->payable_amount) }} {{ $deposit->payment_method_currency }} @lang("for successful payment.")
@lang(optional($deposit->gateway)->note)