@extends('layouts.app') @section('title', 'Exit Process — ' . ($exit->employee?->first_name ?? '') . ' ' . ($exit->employee?->last_name ?? '')) @section('breadcrumbs')
@endsection @section('content'){{ $exit->employee?->employee_code }} · {{ $exit->employee?->department?->name ?? '' }} · Initiated {{ $exit->initiated_date->format('d M Y') }}
{{ $item->item_description }}
@endif @if($item->completed_at)Completed by {{ $item->completedByUser?->name ?? 'Unknown' }} on {{ $item->completed_at->format('d M Y H:i') }}
@endif @if($item->notes){{ $item->notes }}
@endif {{-- Quick update form --}} @if(auth()->user()->role === 'company_admin' && $exit->status !== 'completed') @endif{{ $label }}
{{ $exit->repatriation_date?->format('d M Y') ?? 'Not set' }}
{{ $exit->exit_type_label }}
{{ $exit->initiator?->name ?? '—' }}
{{ $exit->initiated_date->format('d M Y') }}
{{ $exit->last_working_date?->format('d M Y') ?? 'TBD' }}
{{ $exit->exit_reason ?? 'Not specified' }}
{{ $exit->exit_interview_notes ?? 'No notes recorded' }}