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

{{ $service }}

@endsection @section('content')
@can('view-dashboard', 'MSS-EDR')
@include('dashboards.ecsm.incl_report_button',['report_name'=>'MSS-EDR']) @include('dashboards.ecsm.incl_docs_button', ['docs'=>\App\Models\SplunkDashboards::getDocuments('MSS-EDR')])
@if($service == 'MSS-EDR') @include('dashboards.services.mss_edr') @endif
@else

Information is unavailable!

@endcan
@endsection