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

{{ $service }}

@endsection @section('content')
@php $hasAccessMssInt = Gate::check('view-dashboard', 'MSS-INT') || $hasAccess || $hasAccessPremium; @endphp @if($hasAccessMssInt)
@include('dashboards.ecsm.incl_report_button',['report_name'=>'MSS-INT']) @include('dashboards.ecsm.incl_docs_button', ['docs'=>\App\Models\SplunkDashboards::getDocuments('MSS-INT')]) @include('dashboards.services.mss_int')
@else

Information is unavailable!

@endif @if($hasAccessPremium)
@include('dashboards.ecsm.incl_report_button', ['report_name' => 'MSS-INT Premium']) @include('dashboards.ecsm.incl_docs_button', ['docs' => \App\Models\SplunkDashboards::getDocuments('MSS-INT-PREMIUM')]) @include('dashboards.services.mss_int_premium')
@endif
@endsection @section('scripts') @endsection