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

MSS-BAS EDR

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

Information is unavailable!

@endcan
@endsection