|  #  | 
										 Title  | 
										 Content  | 
										 Notification Date  | 
										 Action  | 
									
								
								
									@foreach($notifications as $notification)
										
											|  {{ $loop->iteration }}  | 
											 {{ $notification->title }}  | 
											 {{ Str::limit($notification->content, 35) }}  | 
											 {{ \Carbon\Carbon::parse($notification->created_at)->format('d M Y') }}  | 
											     | 
										
									@endforeach
								
							
							 {{ $notifications->render() }}