@if($notifications->count() > 0)

Latest Notification

@foreach($notifications as $notification)
{{ $notification->title }}
{{ $notification->message }}
@endforeach
@else

No Notification

@endif