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

{{ $service }}

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

Information is unavailable!

@endcan
@endsection