@extends('layouts.app') @section('title', 'Create Booking') @section('content')

Create Booking

Back to Bookings
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf

No customer found for ""

Passport: | Iqama: | Mobile:

click to upload

Passengers

Summary Card

Package Fingerprint Pax Qty Discount Total Discounted Total
- - 0 - 0 SAR 0 SAR
Cancel
@include('partials.passenger-form-modal')

Apply Discount

Payment Interface

Booking Summary

Total Package Value: 0 SAR
Paid: 0 SAR
Due: 0 SAR

Add New Customer

click to upload
click to upload

Set Custom Duration

Enter a value between 30 and 89 days

@endsection