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

MSS-BAS LM

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

Information is unavailable!

@endcan
@endsection