@extends('seller.layouts.app') @section('main_content')

{{translate("Deposit Preview")}}

{{$title}}

  • {{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 @push('script-push')