Care Settings

@if(count($settings))
@foreach($settings as $index => $set)
Setting {{ $index + 1 }}
{{-- Institution Search --}} {{-- Institution DsarType --}} @if(!$set['institution_id'])
@endif {{-- Date --}}
{{-- Who was involved --}}
{{-- Personal Statement --}}
@endforeach
@else

No care settings have been added.

@endif @if(count($settings)) @endif @if(session()->has('message'))
{{ session('message') }}
@endif