@extends('layouts.app') @section('title', 'Verifying Payment | Kevron Suites') @section('content')
Transaction Verification in Progress

Verifying Payment Securely...

We are currently connecting to Flutterwave to confirm your transaction. This process should take only a few moments. Please do not refresh this page.

Booking Ref {{ $booking->booking_reference }}
Amount ₦{{ number_format($booking->total_price) }}
Check-in {{ optional($booking->check_in_date)->format('F d, Y') }}
Check-out {{ optional($booking->check_out_date)->format('F d, Y') }}
@endsection