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