@extends('layouts.app') @section('title', 'BusGo | New Booking') @section('content')

New Booking

Create a new passenger booking.

← Back to Bookings
@if($errors->any())

Please fix the following errors:

@endif
@csrf

Select Trip

@if($trips->count() > 0)
@foreach($trips as $trip) @endforeach
@else

No scheduled trips available

Please create a scheduled trip first.

@endif

Total Seats

Confirmed Seats

Pending Seats

Available Seats

Seat Allocation

Seats will be automatically allocated from the available seats

Loading seat availability...

Allocated Seats:

These seats will be reserved for this booking

No seats allocated. Please select the number of seats above.

No seats available for this trip.

Booking Details

After booking: seats remaining

Total Amount ZMW

Passenger Information

Payment Method

Cancel
⚠️ Cannot book seats. Only seats available.
@endsection