@extends($layout) @section('content') @php $projects = $relations; @endphp

{!! __('headlines.new_user') !!}

{!! $tpl->displayNotification() !!}

{!! __('label.profile_information') !!}






{!! __('label.contact_information') !!}




{!! __('label.employee_information') !!}




{!! __('label.project_assignment') !!}

@php $currentClient = ''; $i = 0; @endphp @foreach ($allProjects as $row) @if ($login::userHasRole(\Leantime\Domain\Auth\Models\Roles::$manager) && $row['clientId'] !== session('userdata.clientId')) @continue @endif @php if ($row['clientName'] == '') { $row['clientName'] = 'Not assigned to client'; } @endphp @if ($currentClient != $row['clientName']) @if ($i > 0)
@endif
@php $currentClient = $row['clientName']; @endphp @endif
timestamp() }}' />
@php $i++; @endphp @endforeach
@once @push('scripts') @endpush @endonce @endsection