@foreach($dates as $date)
{{ $date }}
@endforeach

Bookings

@foreach($bookings as $booking)

Property: {{ $booking->property->name }}

Date: {{ $booking->date->toFormattedDateString() }}

@endforeach
@if(session()->has('message'))
{{ session('message') }}
@endif @error('selectedDate') {{ $message }} @enderror @error('selectedProperty') {{ $message }} @enderror