@extends('layouts.app') @section('content')

Available Time Slots for {{ $ground->name }} on {{ $date }}

@if(count($timeSlots) > 0)
@foreach($timeSlots as $slot) {{ $slot['start_time'] }} - {{ $slot['end_time'] }}: {{ $slot['price'] }} /hr @endforeach
@else

No available time slots for this date.

@endif View Cart @endsection @section('scripts') @endsection