{{ $label }}
{{ number_format($value) }}@extends('layouts.app') @section('title', 'HR & Employee Compliance') @section('content')
Workforce & compliance
Staff records, access, visas, passports, Emirates IDs and insurance expiry controls.
{{ $label }}
{{ number_format($value) }}Employee documents reaching expiry within the next 60 days.
| Employee | Document | Number | Expiry Date | Time Remaining |
|---|---|---|---|---|
| {{ $document->employee?->full_name ?? 'Employee unavailable' }}{{ $document->employee?->employee_code }} | {{ str($document->document_type)->replace('_',' ')->title() }}{{ $document->issued_at }} | {{ $document->document_number ?: 'Not recorded' }} | {{ $document->expiry_date?->format('d M Y') }} | {{ $document->expiry_date?->diffForHumans() }} |
✓No employee documents expire within 60 days Compliance records are currently clear. | ||||