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

Edit Booking

Back to Invoice
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf @method('PUT')

No customer found for ""

Passport: | Iqama: | Mobile:

@if(auth()->user()->hasRole('Super Admin') || auth()->user()->hasRole('Co Admin')) @else

{{ $booking->branch?->name ?? 'N/A' }}

@endif
@if(auth()->user()->hasRole('Super Admin') || auth()->user()->hasRole('Co Admin')) @else

{{ $booking->package?->package_name ?? 'N/A' }}

@endif

Passengers

Summary Card

Package Fingerprint Pax Qty Discount Total Discounted Total
-
-
0
-
0 SAR
0 SAR
Cancel
{{-- Discount Modal --}}

Apply Discount

{{-- Payment Modal --}}

Payment Interface

Booking Summary

Total Package Value: 0 SAR
Paid: 0 SAR
Due: 0 SAR
{{-- Customer Add Modal --}}

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

@endsection