@include('notification::public.notification.partial.header')
@include('notification::public.notification.partial.aside')
@foreach($notifications as $notification)

{{str_limit($notification['title'], 300)}}

{{@$notification->viewcount}} {{format_date($notification['posted_on'])}}
{{@$notification->user->badge}}
@endforeach