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

Threats List

@endsection @section('content') @include('backend.threats.threats-table') @endsection @push('js') @endpush