@if(canViewUpdate('create-project'))
{{--
--}}
@endif
{{-- Start group users list --}}
{{ __('New project') }}
@include('groups.remove-user-from-group-form')
{{-- End group users list --}}
{{-- Start users list not in group from its own organisation --}}
{{ __('users of org in the group', ['org' => $organisation->name, 'group' => $group->name]) }}
| {{ __('User') }} | {{ __('Added') }} | {{ __('Organisation') }} | {{ __('Role') }} | {{ __('Remove from group') }} | |
|---|---|---|---|---|---|
| {{ $user->name }} | {{ $user->added }} | {{ $user->organisation->name }} | {{ $user->displayRole() }} |
@if(canViewUpdate('delete-group-user'))
@endif |
|
| {{ __('No result found') }} | |||||
{{ $group_users->links() }}
{{ __('users of org not in the group', ['org' => $organisation->name, 'group' => $group->name]) }}
| {{ __('User') }} | {{ __('Organisation') }} | {{ __('Role') }} | {{ __('Add to group') }} | ||
|---|---|---|---|---|---|
| {{ $user_not_in_group->name }} | {{ $user_not_in_group->organisation->name }} | {{ $user_not_in_group->displayRole() }} |
@if(canViewUpdate('add-group-user'))
@endif |
||
| {{ __('No result found') }} | |||||
{{ $users_not_in_group->links() }}
{{ __('users of org not in the group', ['org' => $app_owner_org->name, 'group' => $group->name]) }}
| {{ __('User') }} | {{ __('Organisation') }} | {{ __('Role') }} | {{ __('Add to group') }} | ||
|---|---|---|---|---|---|
| {{ $user_not_in_group->name }} | {{ $user_not_in_group->organisation->name }} | {{ $user_not_in_group->displayRole() }} |
@if(canViewUpdate('add-group-user'))
@endif |
||
| {{ __('No result found') }} | |||||
{{ $users_not_in_group->links() }}