@extends('layouts.main') @section('title', 'GLESEC Member Portal') @section('breadcrumb')

Compliance

@include('dashboards.ecsm.incl_docs_button', ['docs'=>\App\Models\SplunkDashboards::getDocuments('Compliance')])
@endsection @section('content')
{!! Form::open(['route' => ['compliance'], 'method' => 'get']) !!} @include('dashboards.compliance.filters') {!! Form::close() !!}
@if (!empty($functions) && !empty($compliance)) @include('dashboards.compliance.table') @else

There is no compliance matching the criteria

@endif
@include('dashboards.compliance.graph')
@include('dashboards.ecsm.news_top')
@endsection