@extends('layouts.app') @section('title', 'Hazard Identification (HAZID)') @section('content')
Systematic identification of workplace hazards
Total Hazards
{{ $stats['total'] }}
Identified
{{ $stats['identified'] }}
Assessed
{{ $stats['assessed'] }}
Controlled
{{ $stats['controlled'] }}
| Reference | Title | Category | Location | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $hazard->reference_number }} |
{{ $hazard->title }}
{{ Str::limit($hazard->description, 50) }}
|
{{ $hazard->getCategoryLabel() }} | {{ $hazard->location ?? 'N/A' }} | {!! $hazard->getStatusBadge() !!} | {{ $hazard->created_at->format('M d, Y') }} | View Edit |
| No hazards found. Create one? | ||||||