@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-Wa']) @else @php $show = false; $penetration = \App\Models\Splunk\PenetrationDaySearch::where('dashboard','MSS-BAS-Wa')->first(); @endphp @include('widgets.filters_mss_bas') @include('code_generator.PENETRATION_FILTER') @endif