@include('project-restrictions.cancel-access-form')
{{-- Start add restrictions section --}}
{{-- End add restrictions section --}}
{{-- Start list restrictions --}}
{{-- End list restrictions --}}
{{ __('Provide access to this project for a group or single user') }}
{{ __('Restricted access') }}
{{-- Start group listing --}}
{{-- End group listing --}}
{{-- Start user listing --}}
{{-- End user listing --}}
| {{ __('Groups') }} | {{ __('Users') }} | {{ __('Organisation') }} | {{ __('Cancel access') }} |
|---|---|---|---|
| {{ __($added_group->group->name) }} - {{ $added_group->group->organisation->name }} | {{ $added_group->group->organisation->name }} | {{ __('Cancel access') }} | |
| {{ $group_user->name }} | {{ $group_user->organisation->name }} |
| {{ __('Single users') }} | {{ __('Organisation') }} | {{ __('Cancel access') }} |
|---|---|---|
| {{ $added_user->user->name }} | {{ $added_user->user->organisation->name }} | {{ __('Cancel access') }} |