@extends('adminlte::page')
@php
$user_details_url = View::getSection('user_details_url') ?? config('adminlte.user_details_url', 'users');
@endphp
@section('title', 'ST Threat')
@section('content_header')
@endsection
@section('content')
| # |
ST Threat Title |
Description |
Priority |
ST Threat Owner |
ST Threat Status |
Unit |
Overdue Days |
ST Threat Due date |
Edit |
@include('backend.short_term_threats.advance-filter')
| # |
ST Threat Title |
Description |
Priority |
ST Threat Owner |
ST Threat Status |
Unit |
Overdue Days |
ST Threat Due date |
Edit |
@include('backend.short_term_threats.my-st-advance-filter')
| # |
Action Name |
Assigned To |
Start Date |
Due Date |
Status |
Action |
| # |
Action Name |
Assigned To |
Start Date |
Due Date |
Status |
Action |
@endsection
@push('js')
@endpush