@include('includes/header_start') @include('surgeon/elements/header_end')
@if($call->status !== 'VIDEOCHAT ROOM OPEN') @endif @if($call->status === 'VIDEOCHAT ROOM OPEN') @endif

Video Chat

{{-- --}}
{{--
--}} {{--
--}} {{--

Video Chat

--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}

Patient Details

{{-- {{ dd($callScheduled) }}--}}

Name:

{{ $call->patient['first_name'] }} {{ $call->patient['first_name'] }}

Call Time:

{{ date('m/d/Y H:i', strtotime($callScheduled->call_date." ".$callScheduled->physician_time_request)) }}
{{-- {{ $call }}--}} {{-- {{ $call }}--}}
@csrf @include('patient_elements/patient_info')

Airway Evaluation

@if ($errors->has('teeth_diagram')) {{ $errors->first('teeth_diagram') }} @endif
@if ($errors->has('mallapati_score')) {{ $errors->first('mallapati_score') }} @endif
@if ($errors->has('thyromental_distance')) {{ $errors->first('thyromental_distance') }} @endif
@if ($errors->has('jaw_prominence')) {{ $errors->first('jaw_prominence') }} @endif
@if ($errors->has('neck_circumference')) {{ $errors->first('neck_circumference') }} @endif
@if ($errors->has('tongue_size')) {{ $errors->first('tongue_size') }} @endif

Test Recommendations
@if ($errors->has('test_comment')) {{ $errors->first('test_comment') }} @endif
Additional Clearence Recommendations
@if ($errors->has('additional_clearence_recommendations')) {{ $errors->first('additional_clearence_recommendations') }} @endif
Please ensure that all sections are filled out before submitting the form.

Once the form is submitted the video chat will be postponed on refresh.

@include('includes/footer_start') @include('includes/footer_end')