{{translate("Amount")}}
{{short_amount($paymentLog->amount)}}
{{translate("Charge")}}
{{short_amount($paymentLog->charge)}}
{{translate("Payable")}}
{{short_amount($paymentLog->amount + $paymentLog->charge)}}
{{translate("In")}}
{{$paymentLog->paymentGateway->currency->name}}
{{show_amount(round($paymentLog->final_amount),$paymentLog->paymentGateway->currency->symbol)}}