@push('style') @endpush
@foreach ($pool->media->all() as $index => $media)
{{
@endforeach
{{-- Main content --}}

{{ ucfirst($pool->translations->first()->name) }}

@if ($pool->translations->first()->description)

{{ $pool->translations->first()->description }}

@endif
{{-- Men's Operating Hours --}}

Men's Operating Hours

@if ($pool->availabilities->count() == 0)

No operating hours available

@endif @foreach ($pool->availabilities->all() as $index => $schedule)
{{ $weekdays->firstWhere('id', $schedule->weekday_id)?->name ?? 'Unknown' }} {{ $schedule->men_start_time }} - {{ $schedule->men_end_time }}
@endforeach
{{-- Women's Operating Hours --}}

Women's Operating Hours

@if ($pool->availabilities->count() == 0)

No operating hours available

@endif @foreach ($pool->availabilities->all() as $index => $schedule)
{{ $weekdays->firstWhere('id', $schedule->weekday_id)?->name ?? 'Unknown' }} {{ $schedule->women_start_time }} - {{ $schedule->women_end_time }}
@endforeach
{{-- Specifications --}} {{-- --}}

Specifications

1 - 3 Meters

50 guests

80m²

{{-- Booking Sidebar --}}
{{ $isGymIncluded ? $hotelSetting->gym_and_pool_bundle_price : $hotelSetting->swimming_pool_bundle_price }} for entry

Taxes and fees included

maybe a cancellation message?

@push('js') @endpush