@extends('layouts.gateway') @section('content')

{{ __('Payment Details') }}

@if (Session::has('success'))
×

{{ Session::get('success') }}

@endif
@csrf
{{ __('Fix the errors before you begin') }}.
@endsection