@inject('splunk_searches', '\App\Models\SplunkSearches')

{{ $splunk_searches::getNameForId(472) }}

@can('view-service','MSS-DLP')
{!! $splunk_searches::getCodeArray([472],$from,$to) !!}
@endcan
@php $activeUsers = $splunkSearches->where('id', 473)->first(); @endphp @if ($activeUsers)

{{ $splunk_searches::getNameForId($activeUsers->id) }}

{!! $splunk_searches::getCodeArray([$activeUsers->id], $from, $to) !!}
@endif @php $usageOverTime = $splunkSearches->where('id', 474)->first(); @endphp @if ($usageOverTime)

{{ $splunk_searches::getNameForId($usageOverTime->id) }}

{!! $splunk_searches::getCodeArray([$usageOverTime->id], $from, $to) !!}
@endif @php $actions = $splunkSearches->where('id', 493)->first(); @endphp @if ($actions)

{{ $splunk_searches::getNameForId($actions->id) }}

{!! $splunk_searches::getCodeArray([$actions->id], $from, $to) !!}
@endif @php $alertsPerUser = $splunkSearches->where('id', 494)->first(); @endphp @if ($alertsPerUser)

{{ $splunk_searches::getNameForId($alertsPerUser->id) }}

{!! $splunk_searches::getCodeArray([$alertsPerUser->id], $from, $to) !!}
@endif @php $totalUserAccessedThisMonth = $splunkSearches->where('id', 492)->first(); @endphp @if ($totalUserAccessedThisMonth)

{{ $splunk_searches::getNameForId($totalUserAccessedThisMonth->id) }}

{!! $splunk_searches::getCodeArray([$totalUserAccessedThisMonth->id], $from, $to) !!}
@endif @php $locationData = $splunkSearches->where('id', 460)->first(); @endphp @if ($locationData)

{{ $splunk_searches::getNameForId($locationData->id) }}

{!! $splunk_searches::getCodeArray([$locationData->id], $from, $to) !!}
@endif
@include('widgets.bottom_time_information')
@include('dashboards.ecsm.news_top')
@section('splunk') {{-- @if (!$splunkuser) --}} {{-- --}} {{-- @endif --}} @endsection