Booking for {{ $ground->name }}

@if($timeSlots)

Available Time Slots:

@foreach($timeSlots as $slot)

{{ $slot->start_time }} - {{ $slot->end_time }}: {{ $slot->price }} /hr

@endforeach @else

Price: {{ $ground->base_price }} /hr

@endif