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

Threats List

@endsection @section('content')

Here, you can easily manage threat by creating, viewing, and updating them.

# Threat ID Threat MTO Score Owner Workstream Phase Status Due Date
1 I-4245292 S2 Soot Blower 150,000 John Doe MTO SMPO PT Jurong L5 27-09-2024 Threat
{{-- Custom --}}
@php $config = [ 'placeholder' => 'Select Workstream', 'allowClear' => false, ]; @endphp
@php $config = [ 'placeholder' => 'Select Unit', 'allowClear' => false, ]; @endphp
{{-- Example button to open modal --}} @endsection @push('js') @endpush