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

Information is unavailable!

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