@extends('layouts.app') @section('title', 'Hazard Details') @section('content')
{{ $hazard->reference_number }}
{{ $hazard->description }}
{{ $hazard->getCategoryLabel() }}
{!! $hazard->getStatusBadge() !!}
{{ $hazard->location ?? 'N/A' }}
{{ $hazard->department->name ?? 'N/A' }}
{{ $assessment->reference_number }}
{{ $control->getControlTypeLabel() }} • {{ ucfirst($control->status) }}
{{ $hazard->creator->name ?? 'N/A' }}
{{ $hazard->created_at->format('M d, Y') }}