@extends('layouts.app') @section('title', 'Compliance Dashboard') @section('breadcrumbs')
@endsection @section('content')Monitor regulatory compliance and document renewals
No snapshot data yet. Take your first Omanization snapshot.
@if(auth()->user()->role === 'company_admin') @endif| Document | Number | Expiry Date | Days Left | Status | Assigned To | @if(auth()->user()->role === 'company_admin')Action | @endif
|---|---|---|---|---|---|---|
| {{ $doc->document_type_label }} | {{ $doc->document_number ?? '—' }} | {{ $doc->expiry_date->format('d M Y') }} | @if($doc->days_until_expiry <= 0) Expired @else {{ $doc->days_until_expiry }} days @endif | {{ $doc->renewal_status_label }} | {{ $doc->assignedUser?->name ?? '—' }} | @if(auth()->user()->role === 'company_admin')Edit | @endif
Note: Checklist state is for reference only and is not persisted.