@extends('frontend.layouts.app') @section('content')

{{translate("Payment preview")}}

{{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)}}

{{translate("Payment Method")}}

{{$paymentLog->paymentGateway->name}}
{{$paymentLog->paymentGateway->name}}
@csrf
@endsection