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

MSS-BAS WAF

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

Information is unavailable!

@endcan
@endsection