@extends('storefront.layout') @section('title', trans_key('storefront.pageTitles.paymentRedirect').' - '.config('app.name', 'HyperLocal')) @section('content') Redirecting to secure payment Please wait while we open the payment gateway for order #{{ $order->order_number ?? '' }}. @foreach(($payload ?? []) as $key => $value) @endforeach @if($checksum)@endif Continue to payment @endsection @push('scripts') @endpush
Please wait while we open the payment gateway for order #{{ $order->order_number ?? '' }}.