@extends('layouts.main-layout') @section('content')

SAFETY H.I.T. LIST


@csrf

site_signage=='1') value="1" checked @else value="0" @endif/>
sub_cont_drient=='1') checked @endif/>
public_protection=='1') checked @endif />
contact_numbers=='1') checked @endif />
w_safety=='1') value="1" checked @else value="0" @endif />
msds_sheets=='1') checked @endif />
communication_device=='1') checked @endif />
fire_extinguisher=='1') checked @endif />
ad_supply_eyewash=='1') checked @endif />
washroom_facility=='1') checked @endif />
utility_clearence=='1') checked @endif />
other=='1') checked @endif />

emergency_response=='1') checked @endif />
ppe=='1') checked @endif />
tools=='1') checked @endif />
first_aid_kit=='1') checked @endif />
fire_extinguisher=='1') checked @endif />
housekeeping=='1') checked @endif />
ladders_walkway=='1') checked @endif />
signage=='1') checked @endif />
guardrail=='1') checked @endif />
lockout_tagout=='1') checked @endif />
msds=='1') checked @endif />
utilities=='1') checked @endif />
electrical_panel=='1') checked @endif />
access_egress=='1') checked @endif />
fall_protection=='1') checked @endif />
other=='1') checked @endif />

Please categorized and rank the severity (1-5) + probability (A-D) of the hazard

Then Identify plans to eliminate or control the hazard.

1-Immediate Danger, (death disaster)
4-Negligible, (first aid or less)
A-Probable, (immediately or soon)
C-Remote, (could at some point)
2-Serious injury, (major injury, damage)
5-Not applicable
B-Reasonably Probable, (eventually)
D-Extremely Remote, (not likely)
3-Minor, (non serious injury, damage)
@if($hazard=='[]')
Add
@endif @foreach($hazard as $selecthazard) @if($i==1)
Add
@else
@endif @endforeach
@if($onSiteStaff == '[]')
Add
@else @foreach($onSiteStaff as $siteStaff) @if($k==1)
Add
@else @endif @endforeach @endif
@foreach($images as $item)
@endforeach
@if($data->damage)
@endif
@endsection