@inject('splunk_searches', '\App\Models\SplunkSearches') @if(\App\Models\Contact::where('user_id',Auth::id())->first()->account_id==2) @php $show = true; @endphp @include('widgets.filters_mss_bas_p',['dashboard'=>'MSS-BAS-IMTHREAT']) @else @php $show = false; $penetration = \App\Models\Splunk\PenetrationDaySearch::where('dashboard','MSS-BAS-IMTHREAT')->first(); @endphp @include('widgets.filters_mss_bas') @include('code_generator.PENETRATION_FILTER') @endif

{{ \App\Models\SplunkSearches::getNameForId(339) }}

@if($show) {!! $splunk_searches::getCodeArray([339],$from,$to,Request::input('timerange_new')) !!} @else @if(Request::input('timerange_new')) {!! $splunk_searches::getCodeArray([339],$from,$to,Request::input('timerange_new')) !!} @endif @endif

{{ \App\Models\SplunkSearches::getNameForId(510) }}

@if($show) {!! $splunk_searches::getCodeArray([510],$from,$to,Request::input('timerange_new')) !!} @else @if(Request::input('timerange_new')) {!! $splunk_searches::getCodeArray([510],$from,$to,Request::input('timerange_new')) !!} @endif @endif

{{ \App\Models\SplunkSearches::getNameForId(340) }}

@if($show) {!! $splunk_searches::getCodeArray([340],$from,$to,Request::input('timerange_new')) !!} @else @if(Request::input('timerange_new')) {!! $splunk_searches::getCodeArray([340],$from,$to,Request::input('timerange_new')) !!} @endif @endif

{{ \App\Models\SplunkSearches::getNameForId(341) }}

@if($show) {!! $splunk_searches::getCodeArray([341],$from,$to,Request::input('timerange_new')) !!} @else @if(Request::input('timerange_new')) {!! $splunk_searches::getCodeArray([341],$from,$to,Request::input('timerange_new')) !!} @endif @endif
@include('widgets.bottom_time_information')
@include('dashboards.ecsm.news_top')
@section('splunk') @if(!$splunkip) @endif @endsection