Date: {{ \Carbon\Carbon::parse($appointment->date)->format('d M Y') }}
Time: {{ $appointment->slot_label }}
Reschedule Rule: You can choose the same date but must select a different time slot.
Select New Date
Available Time Slots
Important: You CAN select the same date ({{ \Carbon\Carbon::parse($appointment->date)->format('d M Y') }}) but you CANNOT select the same time slot ({{ $appointment->slot_label }}). Your current slot will be marked as "Current" and disabled.