@if(count($notifications)) @foreach($notifications as $notification) @include('elements.notifications.notification-box', ['notification' => $notification]) @if(!$loop->last)
@endif @endforeach
{{ $notifications->onEachSide(1)->links() }}
@else
{{__('Missing notifications')}}
@endif