@extends('adminlte::page')
@section('title', 'Threat Actions')
@section('content_header')
@endsection
@section('content')
@include('backend.threat_actions.dashboard-list-threatActions', ['source' => 'action_overdue_list'])
@endsection
@push('js')
@endpush