Support Needs


@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