@extends('layouts.app') @section('title', 'Identify Hazard') @section('content')
Back to Hazards

Identify Hazard (HAZID)

@csrf

Hazard Information

@error('title')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
@error('hazard_category')

{{ $message }}

@enderror
@if($incidents && $incidents->count() > 0)

Link this hazard to an incident for closed-loop integration

@endif
Cancel
@endsection