@include('forms/elements/header_start') @include('patients/elements/header_end')
25% complete
{{--

Animated stripes

--}}

Cardiac

@csrf
{{--

Please select from the dropdown.

--}} @if ($errors->has('blood_pressure_medication')) {{ $errors->first('blood_pressure_medication') }} @endif

{{--

Please enter your lower blood pressure value.

--}} @if ($errors->has('bottom_blood_pressure')) {{ $errors->first('bottom_blood_pressure') }} @endif
{{--

Please enter your upper blood pressure value.

--}} @if ($errors->has('top_blood_pressure')) {{ $errors->first('top_blood_pressure') }} @endif

{{--

Please select from the dropdown.

--}} @if ($errors->has('had_heart_surgery')) {{ $errors->first('had_heart_surgery') }} @endif
{{-- SURGERY DETAILS --}}
{{--

Please enter the name of the surgery conducted.

--}} @if ($errors->has('heart_surgery_name')) {{ $errors->first('heart_surgery_name') }} @endif
{{--

Please select the year you had heart surgery.

--}} @if ($errors->has('heart_surgery_year')) {{ $errors->first('heart_surgery_year') }} @endif
{{--

Please select the number of stents placed.

--}} @if ($errors->has('stents_placed')) {{ $errors->first('stents_placed') }} @endif
{{--

Please select which valves were placed.

--}} @if ($errors->has('valves_placed')) {{ $errors->first('valves_placed') }} @endif
{{-- SURGERY DETAILS END --}}
{{--

Please select whether you experience pains in your chest.

--}} @if ($errors->has('chest_pain')) {{ $errors->first('chest_pain') }} @endif
{{-- CHEST PAIN DETAILS --}}
{{--

Please enter the name of your cardiologist.

--}} @if ($errors->has('cardiologist_name')) {{ $errors->first('cardiologist_name') }} @endif
{{--

Please select whether you have informed your primary care physician

--}} @if ($errors->has('informed_primary_care_physician')) {{ $errors->first('informed_primary_care_physician') }} @endif
{{-- CHEST PAIN DETAILS END --}}
{{--

Please select whether you have an abnormal heart rhythm.

--}} @if ($errors->has('have_abnormal_heart_rhythm')) {{ $errors->first('have_abnormal_heart_rhythm') }} @endif

{{--

Please select whether you have had a heart attack.

--}} @if ($errors->has('had_heart_attack')) {{ $errors->first('had_heart_attack') }} @endif

{{--

Please select whether you have had heart failure.

--}} @if ($errors->has('had_heart_failure')) {{ $errors->first('had_heart_failure') }} @endif
{{--

Please how many pillows are required to lay flat.

--}} @if ($errors->has('able_to_lie_flat')) {{ $errors->first('able_to_lie_flat') }} @endif
{{--

Please select whether you get swelling in your legs.

--}} @if ($errors->has('swelling_in_legs')) {{ $errors->first('swelling_in_legs') }} @endif

{{--

Please select whether you've had valve disease. If you have not had valve disease, please select 'No'

--}} @if ($errors->has('valve_disease')) {{ $errors->first('valve_disease') }} @endif

{{--

Please select whether you are on blood thinners.

--}} @if ($errors->has('on_blood_thinners')) {{ $errors->first('on_blood_thinners') }} @endif

{{--

Please select whether you have had a stress test.

--}} @if ($errors->has('had_stress_test')) {{ $errors->first('had_stress_test') }} @endif

{{--

Please select whether you have had catherization.

--}} @if ($errors->has('had_catherization')) {{ $errors->first('had_catherization') }} @endif

{{--

Please select whether you use a pacemaker.

--}} @if ($errors->has('have_pacemaker')) {{ $errors->first('have_pacemaker') }} @endif
{{-- --}}
Card image cap
@include('forms/elements/footer_start') @include('forms/elements/footer_end')