@extends('layouts.app') @section('styles') @endsection @section('content')

{{ $group->groupname }}

{{ csrf_field() }} {{ method_field('PATCH') }} @role('admin|orgadmin')
@endrole
{{ __('Warning: the group will be saved as a new group if you change the profile!') }}
{{ csrf_field() }}
{{ __('Users in this Group') }}
@foreach ($groupusers as $user) @endforeach
{{ $user->name }} ({{ $user->email }})
{{ __('My Users') }}
@foreach ($myusers as $user) @endforeach
{{ $user->name }} ({{ $user->email }})
{{ csrf_field() }}
{{ csrf_field() }} @if ($group->profileID == 4)

{{ __('Team reports') }}

@elseif ($group->profileID == 7)

{{ __('Profiler report') }}

{{ __('Profile adjustment') }}

{{ __('Search report') }}

@elseif ($group->profileID == 8)

{{ __('Vacancy report') }}

@else

{{ __('Combined report') }}

@if ($group->userID === 0)

{{ __('Leadership report') }}

@endif

{{ __('Individual reports') }}

{{ __('Team reports') }}

@if ($group->userID === 6608)
@endif
{{ __('Base team reports on') }}
@endif
{{ __('User') }} {{ __('Profile completed') }} {{ __('Permission granted') }} {{ __('Report') }}
@endsection @push('scripts') @endpush