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

MSS-BAS eMail

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

Information is unavailable!

@endcan
@endsection