@include('includes/header_start') @include('patients/elements/header_end')

Schedule a Call

Please choose a date and time below.

To request a call, please fill in the input boxes below. One of the physicians will be able to pick this up and get back to you with a suitable time.

@if(Session::has('success'))

The call has been scheduled

@elseif(Session::has('error'))

Please ensure all forms are completed

@endif
@csrf
@if ($errors->has('call_date')) {{ $errors->first('call_date') }} @endif
@if ($errors->has('call_time')) {{ $errors->first('call_time') }} @endif
@if ($errors->has('call_description')) {{ $errors->first('call_description') }} @endif
@include('patients.calls.elements.calls-panel')
@include('includes/footer_start') @include('includes/footer_end')