@extends('layouts.main') @section('title', 'GLESEC Member Portal') @section('breadcrumb')
@endsection @section('content')
@include('dashboards.ecsm.incl_docs_button', ['docs'=>\App\Models\SplunkDashboards::getDocuments('Threats')])
@include('dashboards.services.mss_threats')
@include('dashboards.ecsm.news_top')
@endsection @section('css') @endsection @section('scripts') @endsection