@include('frontend.layouts.doctor-sidebar')

Reschedule Appointment

Patient Name: {{ $appointment->first_name }} {{ $appointment->last_name }}

Current Schedule:

Date: {{ \Carbon\Carbon::createFromFormat('Y-m-d', $appointment->appointment_date)->format('m/d/Y') }}

Time: {{ \Carbon\Carbon::createFromFormat('H:i:s', $appointment->appointment_time)->format('h:i A') }}

@csrf