@extends('layouts.main') @section('title', 'GLESEC Member Portal') @section('breadcrumb')
@endsection @section('content')
@can('view-dashboard', 'MSS-UTM')
@include('dashboards.ecsm.incl_report_button',['report_name'=>'MSS-UTM']) @include('dashboards.ecsm.incl_docs_button', ['docs'=>\App\Models\SplunkDashboards::getDocuments('MSS-UTM')])
@if($service == 'MSS-UTM') @include('dashboards.services.mss_utm') @endif
@else

Information is unavailable!

@endcan
@endsection @section('scripts') @endsection