@extends('layouts.app') @section('title', 'Control Measures') @section('content')
Hierarchy of Controls Management
Total
{{ $stats['total'] }}
Planned
{{ $stats['planned'] }}
Implemented
{{ $stats['implemented'] }}
Verified
{{ $stats['verified'] }}
Overdue
{{ $stats['overdue'] }}
| Reference | Title | Control Type | Status | Due Date | Actions |
|---|---|---|---|---|---|
| {{ $control->reference_number }} |
{{ $control->title }}
{{ Str::limit($control->description, 50) }}
|
{{ $control->getControlTypeLabel() }} | {{ ucfirst($control->status) }} | @if($control->target_completion_date) {{ $control->target_completion_date->format('M d, Y') }} @if($control->isOverdue()) (Overdue) @endif @else N/A @endif | View Edit |
| No control measures found. Create one? | |||||