class(['m-3']) }}>

{{ $date->toDateString() }}

@foreach ($timeSlots as $timeSlotId => $slot) @php $appointment = $daySchedule->where('time_slot_id', $timeSlotId)->first(); @endphp @endforeach
Time Slot Service Customer Email Phone Number
{{ date('g:i a', strtotime($slot->start_time)) . ' - ' . date('g:i a', strtotime($slot->end_time)) }} @if ($appointment) {{ $appointment->service->name }} @endif @if ($appointment) {{ $appointment->user->name }} @endif @if ($appointment) {{ $appointment->user->email }} @endif @if ($appointment) {{ $appointment->user->phone_number }} @endif