@include('notification_schedules::public.notification_delivered_list.partial.header')
@include('notification_schedules::public.notification_delivered_list.partial.aside')
@foreach($notification_delivered_lists as $notification_delivered_list)

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

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