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

{{ $type['display_name'] }}

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