{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
{{ $stats['preboarding_count'] }}
Preboarding Candidates
Pending Day-1
{{ $stats['active_interns_count'] }}
Active Interns
SSO Provisioned
{{ $stats['offboarded_count'] }}
Offboarded History
Access Revoked
{{ $stats['total_managed'] }}
Total Lifecycle Profiles
Managed
Active Candidate & Intern Onboarding Pipeline
| Candidate / Intern | Type & Department | Status | Pre-Approved Services | Onboarding Checklist | Action |
|---|---|---|---|---|---|
|
{{ $ob->name }}
{{ $ob->email }}
@if($ob->join_date)
Join Date: {{ $ob->join_date->format('Y-m-d') }}
@endif
|
{{ $ob->type }}
{{ $ob->department ?? 'General' }}
|
@if($ob->status === 'active') Active Day-1 @else Preboarding @endif |
@if(!empty($ob->assigned_apps))
@foreach($apps->whereIn('id', $ob->assigned_apps) as $a)
{{ $a->name }}
@endforeach
@else
Default Roles
@endif
|
@php $chk = $ob->checklist ?? []; @endphp
|
@if($ob->status !== 'active') @endif |
| No active onboarding candidates or interns. Click "+ Add Onboarding Candidate" above to create one. | |||||