Institutions

@can('claims.institutions.create') @endcan
@if($institutions->isEmpty())

No institutions linked.

@else @foreach($institutions as $recordTypeName => $group)

{{ $recordTypeName }}

@endforeach @endif
@if($step === 'details') @endif Link Institution
@if($step === 'search')
@if(!empty($searchResults))
@foreach($searchResults as $result) @endforeach
@elseif(strlen(trim($searchTerm)) >= 2 && empty($searchResults))
No institutions found.
@endif
@if($showCreateForm)
@error('newInstitutionName')
{{ $message }}
@enderror
@endif
@elseif($step === 'details')

{{ $selectedInstitutionName }}

@endif