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

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

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