{{ __('Organisation types') }}
@foreach ($organisation_types as $organisation_type)

{{ __($organisation_type->name) }}

@endforeach
@if(canViewUpdate('add organisation types') || canViewUpdate('edit organisation types')) @endif