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

Animated stripes

--}}

Renal

@csrf {{-- QUESTION 1 --}}
@if ($errors->has('have_renal_disease')) {{ $errors->first('have_renal_disease') }} @endif
@if ($errors->has('renal_stage')) {{ $errors->first('renal_stage') }} @endif
@if ($errors->has('dialysis_days')) {{ $errors->first('dialysis_days') }} @endif

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