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

Edit Passenger: {{ trim($passenger->first_name . ' ' . $passenger->last_name) }}

Invoice: {{ $passenger->booking?->invoice?->id ?? '-' }}

@if(session('error'))
{{ session('error') }}
@endif

Basic Information

+880

Calculating...

Auto-filled based on date of birth

Service Information

Travel Details

Location

Cancel
{{-- Custom Duration Modal --}}

Customize Stay Duration

@push('scripts') @endpush @endsection