Health Information


@foreach (['Self Administering','Requires support to administer','Not on Medication'] as $mam) @endforeach
@php $nature_of_required_care_delivery = $healthData['nature_of_required_care_delivery']??""; $nature_of_required_care_delivery = json_decode($nature_of_required_care_delivery); @endphp @foreach($state_list1 as $id => $title)
@endforeach
@php $mobility = $healthData['mobility']??""; $mobility = json_decode($mobility); @endphp @foreach($mobility_list as $id => $title)
@endforeach
@php $communication = $healthData['communication']??""; $communication = json_decode($communication); @endphp @foreach($communication_list as $id => $title)
@endforeach
@php $elimination_issue = $healthData['elimination_issue']??""; $elimination_issue = json_decode($elimination_issue); @endphp @foreach($elimination_list as $id => $title)
@endforeach
@php $nutritional = $healthData['nutritional']??""; $nutritional = json_decode($nutritional); @endphp @foreach($nutritional_list as $id => $title)
@endforeach
@php $personal_care = $healthData['personal_care']??""; $personal_care = json_decode($personal_care); @endphp @foreach($personal_list as $id => $title)
@endforeach
@php $behaviour = $healthData['behaviour']??""; $behaviour = json_decode($behaviour); @endphp @foreach($behaviour_list as $id => $title)
@endforeach