@extends('layouts.app') @section('title', __('Pay with') .' '. $data['gateway_name']) @section('content')

{{ __('Pay with') }} {{ $data['gateway_name'] }}

@php if($errors->has('payment_method_nonce')) { echo $errors->first('payment_method_nonce') ; } @endphp
@include('checkout.back_to_payment_options')

{{ __('Total') }}

{{ format_money($data['total']) }}

{{ __('Please wait ') }} ...
@csrf
@endsection @push('scripts') @endpush