@extends('layouts.app') @section('title', $employee->full_name) @section('breadcrumbs')
@endsection @section('content'){{ $creds['email_sent'] ? 'These credentials were emailed to the employee. This is the only time the password will be shown — copy it now if you need a backup.' : 'Email delivery failed. Share these credentials with the employee manually — this is the only time the password will be shown.' }}
{{ $employee->designation?->name ?? '—' }} · {{ $employee->department?->name ?? '—' }}
{{ $employee->employee_code }} · {{ $employee->user?->email }}
| Type | Number | Issued | Expiry | Status | Verified | Actions |
|---|---|---|---|---|---|---|
| {{ $doc->document_type }} | {{ $doc->document_number ?? '—' }} | {{ $doc->issue_date?->format('d/m/Y') ?? '—' }} | {{ $doc->expiry_date?->format('d/m/Y') ?? '—' }} | {{ $doc->expiry_label }} | @if($doc->is_verified) Verified @else Unverified @endif |
{{ $contact->relationship }}
{{ $activity->description }}
{{ $activity->created_at->diffForHumans() }} · {{ $activity->created_at->format('d M Y, h:i A') }}
No activity recorded yet.