@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:

@if($showFingerprintBranch)
@endif @if($showBookingBranch)
@endif
click to upload

Max 5 MB per file, 20 MB total. Allowed: PDF, JPG, PNG

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

Max 5 MB per file, 20 MB total. Allowed: PDF, JPG, PNG

click to upload

Max 5 MB per file, 20 MB total. Allowed: PDF, JPG, PNG

Set Custom Duration

@endsection