<div class="card py-5 px-4 rounded-0 border-top text-center">
<h2 class="mb-3">{{ __("Proceed to checkout") }}</h2>
<div class="row justify-content-center">
<div class="col-12 col-lg-8">
<form method="post" action="/checkout/pay" class="gateway">
<button type="submit" class="btn btn-primary btn-lg btn-block" id="purchase-button" data-loading-text="{{ __("Loading, please wait...") }}">
{{ __("Proceed to checkout") }}
<p class="mb-0 text-center mt-3"><small>{{ __("You will be redirected to our payment gateway to complete your purchase") }}</small></p>