@stack('style')
@csrf
  • @lang('Requested Amount : ') {{round($payment->amount)}} {{$currency->code}}
  • @lang('Currency : '){{$currency->code}}
  • @lang('Gateway : '){{$gateway->name}}
  • @lang('Charge : '){{$charge}} {{$currency->code}}
  • @lang('Total Amount : '){{$totalAmount}} {{$currency->code}}
@include('notify.alert')