@extends('layouts.app') @section('title', 'Hazard Identification (HAZID)') @section('content')

Hazard Identification (HAZID)

Systematic identification of workplace hazards

Total Hazards

{{ $stats['total'] }}

Identified

{{ $stats['identified'] }}

Assessed

{{ $stats['assessed'] }}

Controlled

{{ $stats['controlled'] }}

@forelse($hazards as $hazard) @empty @endforelse
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?
{{ $hazards->links() }}
@endsection