@extends('layouts.app') @section('title', 'Book Appointment') @section('page-title', 'Book Appointment') @section('content')

New Appointment

Fill in the appointment details below

@csrf
@error('patient_id')

{{ $message }}

@enderror
@error('doctor_id')

{{ $message }}

@enderror
@error('appointment_date')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

@enderror
Cancel
@endsection