@extends('layouts.walls') @inject('splunk_searches', '\App\Models\SplunkSearches') @section('content') @php $from=$to=null; @endphp
{{ \App\Models\SkywatchWall::$walls[$wall] }} Logout Logout and Back to Skywatch
@php $widget65=\App\Models\SplunkSearches::find(65); @endphp @if(Gate::forUser(auth()->guard('skywatch-wall')->user())->allows('view-widget-wall',[$widget65->getServicesIdArray()])) @include('dashboards.ecsm.map') @else @include('dashboards.fake_services.map_only') @endcan
@endsection