@php $news = App\Models\NewsEvent::first(); $otherNewsContain = App\Models\NewEventContain::where('id', '!=', $newEventContain->id) ->take(3) ->get(); @endphp