@include('includes/header_start') @include('patients/elements/header_end')
@include('patients.calls.elements.calls-panel')

Forms

{{-- --}}
@if(isset($patientForms->general['created_at'])) @else @endif @if($patientForms->renal) @else @endif @if($patientForms->endocrine) @else @endif @if($patientForms->cardiac) @else @endif @if(isset($patientForms->neurological['created_at'])) @else @endif @if(isset($patientForms->gastrointestinal['created_at'])) @else @endif @if(isset($patientForms->misc['created_at'])) @else @endif

General

Completed

{{ date('m/d/Y H:i', strtotime($patientForms->general['created_at'])) }}

Renal

Completed

{{ date('m/d/Y H:i', strtotime($patientForms->renal['created_at'])) }}

Endocrine

Completed

{{ date('m/d/Y H:i', strtotime($patientForms->endocrine['created_at'])) }}

Cardiac

Completed

{{ date('m/d/Y H:i', strtotime($patientForms->cardiac['created_at'])) }}

Neurological

Completed

{{ date('m/d/Y H:i', strtotime($patientForms->neurological['created_at'])) }}

Gastrointestinal

Completed

{{ date('m/d/Y H:i', strtotime($patientForms->gastrointestinal['created_at'])) }}

Miscellaneous

Completed

{{ date('m/d/Y H:i', strtotime($patientForms->misc['created_at'])) }}

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