Add Walk-In Appointment

{{-- Error messages --}} @if ($errors->any())
Whoops! Please fix the following issues:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Registered Patient --}}
{{-- Walk-in Name --}}
{{-- Doctor --}}
{{-- Date --}}
{{-- Time --}}
{{-- Reason --}}
{{-- Flatpickr Scripts --}}