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

{{ $session->sessionname }}

@role('admin|facilitator|payupfront') {{ __('Tests') }} @endrole @role('admin|facilitator') @endrole
@role('admin|facilitator') @endrole
{{ csrf_field() }} {{ method_field('PATCH') }} @role('admin|orgadmin')
@endrole
@role('admin|facilitator') @endrole @role('payupfront') @endrole
@role('admin|facilitator') {{ __('Warning: the session will be saved as a new session if you change the profile!') }} @endrole @role('payupfront') @endrole
@role('admin|facilitator')
@endrole
{{ csrf_field() }}
{{ __('Users in this Team') }} @role('admin|facilitator') @endrole
@foreach ($sessionusers as $user) @endforeach
{{ $user->name }} ({{ $user->email }})
@role('payupfront')
{{ csrf_field() }}
{{ __('Add Users') }}

{{ __('You can add Users to your team. All users will automatically receive an invitation to complete the profile.') }}

{{ __('Name') }}
{{ __('Email Address') }}
{{ __('Language') }}

{{ __('You have to provide a valid PO number and on clicking Save, an invoice will automatically be sent.') }}

{{ __('PO number') }}:
{{ __('excl. VAT') }}
{{ __('incl. VAT') }}
{{ __('Total current') }}:
{{ __('Total new') }}:
@endrole @role('admin|facilitator')
{{ __('My Users') }}
@foreach ($myusers as $user) @endforeach
{{ $user->name }} ({{ $user->email }})
@endrole
{{ csrf_field() }}
@role('admin|facilitator')

{{ __('Planned Emails') }}

@foreach ($sessiontemplates as $sessiontemplate)
sendtoUsers === 1) checked @endif>
sendtoUsers === 2) checked @endif>
sendtoUsers === 3) checked @endif>
@endforeach
@endrole
{{ csrf_field() }} @if ($session->profileID == 4)

{{ __('Team reports') }}

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

{{ __('Profiler report') }}

{{ __('Profile adjustment') }}

{{ __('Search report') }}

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

{{ __('Vacancy report') }}

@else

{{ __('Combined report') }}

{{ __('Individual reports') }}

{{ __('Team reports') }}

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