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

{{ $otherNews->title }}

READ MORE
@endforeach