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

Dashboard

@endsection @section('content')

75

Overdue Action

More info

4

Threat - Needs Attention

More info

24

Pending Approval

More info

My Threats

# Threat ID Threat MTO Score Owner Workstream Phase Status Due Date
1 I-2344762 S2 Soot blower reliability 150,000 John Doe MTO SMPO PT Jurong L5 On Track 27-09-2024
2 I-3309038 Flare Hydraulic Adequacy Impact due to Fouling 150,000 Cheng-Huie Chia MTO SMPO PT Jurong L2 Needs Attention 27-12-2024
3 I-0046005 U10900 Benzene toxic gas emission 150,000 John Doe MTO SMPO PT Jurong L0 New Entry 06-01-2025

My Actions

# Action Name Threat Name Assigned By Start Date Due Date Status
1 To Do Complete Phase L2 Test 88 Kavitha Iyer 05-12-2024 31-12-2024 Open
2 Likelihood matrix not correct S2 Soot Blower Jason Ke 05-12-2024 31-12-2024 Completed
{{-- Custom --}}
@php $config = [ "placeholder" => "Select Threat", "allowClear" => false, ]; @endphp
@php $config1 = [ "placeholder" => "Select Workstream", "allowClear" => false, ]; @endphp
@php $config = [ "placeholder" => "Select Overall Status", "allowClear" => false, ]; @endphp
@php $config = [ "placeholder" => "Select Phase", "allowClear" => false, ]; @endphp
@php $config1 = [ "placeholder" => "Select Threat Created User", "allowClear" => false, ]; @endphp
{{-- Label, and prepend icon --}}
@php $config = [ "placeholder" => "Select Other's Threats", "allowClear" => false, ]; @endphp
{{-- Example button to open modal --}} @endsection @push('js') @endpush