@extends('adminlte::page') @section('title', 'Short Term Threat Details') @section('content_header')

Short Term Threat Details

@endsection @section('content')

General Information

{{-- With multiple slots, and plugin config parameters --}} @php $config = [ 'placeholder' => 'Select Workstream', 'allowClear' => false, ]; @endphp
{{-- With multiple slots, and plugin config parameters --}} @php $config = [ 'placeholder' => 'Select Threat Owner', 'allowClear' => false, ]; @endphp
{{-- With Label --}} @php $config = ['format' => 'DD-MM-YYYY']; @endphp
Cancel

Short Term Threat Actions

# Action Name Assigned To Start Date Due Date Status
1 To Do Complete Phase L2 Kavitha Iyer 05-12-2024 31-12-2024 Open
2 Likelihood matrix not correct Jason Ke 05-12-2024 31-12-2024 Open
@php $config1 = [ 'placeholder' => 'Select Long Term Threat Owner', 'allowClear' => false, ]; @endphp
@endsection @push('js') @endpush