@if($careSettings->isEmpty())

No care settings found.

Add care settings in the Application tab first.

@else @foreach($careSettings as $cs)
{{ $cs->institution->display_name }}
@if($cs->dates) {{ $cs->dates }} @endif
@if($cs->statementHistory->isNotEmpty()) {{ $cs->statementHistory->count() }} {{ Str::plural('version', $cs->statementHistory->count()) }} @endif
@if($cs->statementHistory->isNotEmpty()) @endif
@endforeach @endif