@foreach ($arr as $k => $v) @php $widget = \App\Models\RadarSearches::where('id',$v)->first(); @endphp @if($widget) @php $sim_data = \App\Models\Splunk\RadarSimulationData::where('widget_id', $widget->id)->orderBy('updated_at','desc')->first(); @endphp @endif @endforeach