@include('forms/elements/header_start') @include('patients/elements/header_end')
{{-- @include('patients.elements.list')--}}
50% complete
{{--

Animated stripes

--}}

Pulmonary

@csrf {{-- QUESTION 1 --}}
@if ($errors->has('have_asthma')) {{ $errors->first('have_asthma') }} @endif
@if ($errors->has('rescue_inhaler')) {{ $errors->first('rescue_inhaler') }} @endif
@if ($errors->has('last_asthma_attack')) {{ $errors->first('last_asthma_attack') }} @endif
@if ($errors->has('hospital_asthma_attack')) {{ $errors->first('hospital_asthma_attack') }} @endif
{{-- END OF QUESTION 1 --}}
{{-- QUESTION 2 --}}
@if ($errors->has('have_copd')) {{ $errors->first('have_copd') }} @endif
@if ($errors->has('copd_home_exygen')) {{ $errors->first('copd_home_exygen') }} @endif
@if ($errors->has('recent_bronchitis_infection')) {{ $errors->first('recent_bronchitis_infection') }} @endif

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

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

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

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

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

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

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

Card image cap
@include('forms/elements/footer_start') @include('forms/elements/footer_end')