@extends('userlayout') @section('content')

{{$gate->gateway['name']}}

Amount: {{$currency->symbol.number_format($gate->amount)}}
Charge: {{$currency->symbol.number_format($gate->charge)}}
Total: {{$currency->symbol.number_format($gate->amount+$gate->charge)}}

{{__('Confirm')}}
@stop