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

Schedule a Call

Please choose a date and time below.

With supporting text below as a natural lead-in to additional content.

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