@extends('layouts.app') @section('title', 'Landmark') @viteReactRefresh @vite('resources/js/bookingEditFormModule.jsx') @vite('resources/js/addToCalendarButton.jsx') @section('scripts') @endsection @section('content')
{{ session()->get('message') }}
{{ $message }}
{{ $bookingData['customer_reference'] }}
{{ $bookingData['space_type'] }}
@endif{{ $bookingData['resource']['name'] }} Get directions @endif
@if($bookingData['api_booking'])Reservation ID: {{ $bookingData['reservation_name'] }}
Date: {{ $bookingData['date'] }} Duration: {{ $bookingData['duration'] }}
Number of guests: {{ $bookingData['attendees'] }}
Guest Details
@if($bookingData['delegates_list'])
{{ $bookingData['delegates_list'] }}
@else
No guest details provided yet. Please provide them before booking date
@endif
Video conference requirements:
@if ($bookingData['video_conferencing_notes'])
{{ $bookingData['video_conferencing_notes'] }}
@else
No video Conferencing requirements provided yet. Please provide them before booking date
@endif
Additional comments:
{{ $bookingData['additional_comments'] }}
Booking made by: {{ $bookingData['contact_name'] }} On: {{ $bookingData['created_date'] }}
{{ $bookingData['status'] }}
@endif @endif @if(session('user_data')['permission'] === 'Billing Administrator') Edit booking @elseif(!$bookingData['api_booking']) Edit booking @elseif($bookingData['status'] === 'Cancelled' || $bookingData['status'] === 'Cancelled with Fee') Edit booking @elseif(strtotime($bookingData['start_date']) < strtotime('now')) Edit booking @elseif(!$canEdit) Edit booking @else Edit booking @endifCatering
Should you wish to add any of our delicious catering options, or if you have any other requests, we will be more than happy to assist you.
@if($bookingData['api_booking']) {{ $bookingData['phone'] }}