@extends('layouts.mother') @section('title', 'Reschedule Appointment') @section('content')
Back to Appointments

Reschedule Appointment

Select a new date and time for your appointment

Current Appointment

Clinic: {{ $appointment->clinic->name }}
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

Cancel
@endsection