@extends('layouts.app') @section('title','Payment Pending — BlueBando v3') @section('content')

Payment Pending ⏳

Your order has been created but the gateway has not confirmed payment yet. You can refresh this page or check the Orders page for the latest status.

@if(session('status'))

{{ session('status') }}

@endif
Go to Orders
@endsection