@inject('splunkSearchModel', 'App\Models\SplunkSearches') @php $widgetName = str_replace('*', '', $widget->name); @endphp @isset($widgets[$widget->id]) @foreach ($widgets[$widget->id]->images as $image)
@if ($loop->index == 0)
{{ $widgetName }} @if ($description !== null)
{{ $description }} @endif
@endif @if(strlen($image)>10) {{ $widgetName }} @endif
@endforeach @else

{{ $widgetName }} @if ($description !== null)
{{ $description }} @endif

loading...
@endisset