@php $adminName = $admin['full_name'] ?? 'PKU Admin'; @endphp Create Follow-Up Appointment

Create Follow-Up Appointment

{{ now()->format('D, d M Y') }}
@if($errors->any())
Please complete all required appointment details.
@endif @if(session('error'))
{{ session('error') }}
@endif

Create Follow-Up Appointment

This will schedule the patient immediately without admin approval.

@csrf
Back