@extends('layouts.app') @section('title', 'Make Payment') @section('content')

Complete Payment

Booking #: {{ $booking->booking_number }}
Amount: ₦{{ number_format($booking->total_amount, 2) }}
Select Payment Method
@csrf
@csrf
@endsection