Guest's List

{{ __('You can Edit, Delete the guests & Book Room') }}

{{ $accompanying_guest }}
Back to Profile
Note: Click Add ⊕ button to enter the details of Additonal person(s) above 12 years accompanying the guest.
@forelse ($guests as $guest) @empty @endforelse
S.No. Guest Name (Main) Modify Accompanying Guest View ID Supporting Doc Action/Status
{{ $guests->firstItem() + $loop->index }} {{ $guest->guest_name }} @if(!optional($guest->booking)->booking_status) Edit @else
Edit x
@endif|  Delete
@if(!optional($guest->booking)->booking_status) Add @else Add(disabled) @endif List @if($guest->guest_idno) @if($guest->guest_idno) Guest ID @else View PDF @endif @else At Check-In @endif @if ($guest->booking && $guest->booking->supporting_doc) View @else No document @endif @if(empty(optional($guest->booking)->booking_status )) Request Booking (🏨) @elseif($guest->booking->booking_status=='draft') Click to Complete Booking @else {{ optional($guest->booking)->booking_status }}
@if($guest->booking->booking_status=='rejected') Reason: {{ $guest->booking->comment }} @endif @endif
No Guest(s) Found!
@if(empty($guests))
1. = View     2. = Edit      3. = Delete      4. = Add
@endif
{{ $guests->links() }}
Accompanying Guest Add details of Accompanying Guest
Choose Gender Male Female Prefer Not to say
Reset Save changes
Guest Id Document Uploaded Guest's Id
{{-- @if ($selectedImageUrl) Guest ID @else

No image selected.

@endif --}} @if ($selectedImageUrl) @php $ext = strtolower(pathinfo(parse_url($selectedImageUrl, PHP_URL_PATH), PATHINFO_EXTENSION)); @endphp @if (in_array($ext, ['jpg', 'jpeg', 'png', 'gif'])) Guest ID @elseif ($ext === 'pdf') @else

Unsupported file type.

@endif @else

No file selected.

@endif
Guest Id Document Uploaded Guest's ID
@if ($selectedImageUrl) @php $ext = strtolower(pathinfo(parse_url($selectedImageUrl, PHP_URL_PATH), PATHINFO_EXTENSION)); @endphp @if (in_array($ext, ['jpg', 'jpeg', 'png', 'gif'])) Guest ID @elseif ($ext === 'pdf') @else

Unsupported file type.

@endif @else

No file selected.

@endif