@extends('adminlte::page') @section('title', 'Cumulative Risk') @section('content_header')

Cumulative Risk

@endsection @section('content')

Choose option(s) to find cumulative risk

{{-- With multiple slots, and plugin config parameters --}} @php $config = [ 'placeholder' => 'Select Site', 'allowClear' => false, ]; @endphp
{{-- With multiple slots, and plugin config parameters --}} @php $config = [ 'placeholder' => 'Select Business Site', 'allowClear' => false, ]; @endphp
{{-- With multiple slots, and plugin config parameters --}} @php $config = [ 'placeholder' => 'Select Unit', 'allowClear' => false, ]; @endphp
{{-- With multiple slots, and plugin config parameters --}} @php $config = [ 'placeholder' => 'Select Sub Unit', 'allowClear' => false, ]; @endphp
@php $config = [ 'placeholder' => 'Select Unit', 'allowClear' => false, ]; @endphp
# A B C D E
0 0 0 1 2 0
1 0 1 8 10 4
2 0 5 20 30 17
3 0 30 80 126 20
4 4 92 119 53 4
5 5 37 9 1 0
Row Labels Count of Threat
LIGHT BLUE 4
BLUE 81
YELLOW 506
RED 87
Threat ID Threat Name MTO Score Unit
I-2344762 S2 Soot blower reliability 150,000 POI-SJI
I-3309038 Flare Hydraulic Adequacy Impact due to Fouling 200,000 MPG-SJI
I-0046005 U10900 Benzene toxic gas emission 250,000 Sterling
@endsection