@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
@endsection @push('scripts') @endpush