@extends('layouts.admin') @section('title', 'Access Controls') @section('content')
Manage system access permissions and reviews.
| Title | Owner | Review Date | Status | Actions |
|---|---|---|---|---|
| {{ $control->title }} | {{ $control->owner ?? '-' }} | {{ $control->review_date?->format('M d, Y') ?? '-' }} | {{ ucfirst($control->status) }} | |
| No access controls found. | ||||