@inject('splunk_searches', '\App\Models\SplunkSearches')
{{--{{ Widget::FiltersWidget(['timerange' => $timerange, 'service' => $service]) }}--}}
    @include('dashboards.services.mss-utm.tab-main')
    @include('dashboards.services.mss-utm.tab-user-behavior')
    @include('dashboards.services.mss-utm.tab-saas-activity')
    @include('dashboards.services.mss-utm.tab-file-activity')
    @include('dashboards.services.mss-utm.tab-web-activity')
    @include('dashboards.services.mss-utm.tab-global-protect')
    @include('dashboards.services.mss-utm.tab-all-incidents')
@section('splunk')
    @if(\App\Models\Contact::where('user_id',Auth::id())->first()->account_id!=2)
        
        
        
    @endif
    @if(!$splunkip)
        
    @endif
@endsection