@csrf
@foreach ($amenities as $amenity) @endforeach
@if ($bookingDate && !empty($availableSlots))
    @foreach ($availableSlots as $slot)
  • @endforeach
@if ($bookingTime && $availablePersons && count($this->bookingTime) == 1)

{{ __('modules.bookAmenity.totalPersons') }}: {{ $availablePersons }}

@endif
@endif @if ($showPersonsField && count($this->bookingTime) == 1)
@endif
@lang('app.save') @lang('app.cancel')