New Notifications
@if($notifications->count()>0) @foreach($notifications as $notify)
status==0) title="Mark as read" @endif class="notification-item @if($notify->status==0) unread-notification @endif"> {!! $notify->message !!}
@if($notify->image_url == url('/images/user-default.png')) No Image @else No Image @endif
@endforeach {{--
--}} {{-- --}} {{-- See All Notifications--}} {{-- --}} {{--
--}} @endif