@extends('layouts.admin') @section('title', 'Compliance Documents') @section('content')
Manage compliance and regulatory documents
| Title | Code | Category | Status | Effective | Actions |
|---|---|---|---|---|---|
| {{ $doc->title }} | {{ $doc->code }} | {{ $doc->category ?? '-' }} | {{ ucfirst($doc->status) }} | {{ optional($doc->effective_date)->format('Y-m-d') ?? '-' }} | View Edit |
| No compliance documents found. | |||||