Institution Record Types @can('institution-record-types.create') @endcan
@forelse($recordTypes as $type)

{{ $type['display_name'] }}

@can('institution-record-types.edit') @endcan @can('institution-record-types.delete') @endcan
@empty
No institution record types found.
@endforelse
@if($show)
@endif