Notification

{{-- START ALERT BLOCK --}} @if(Session::has('successMessage')) @endif @if(Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}}
@php $i=1; @endphp @forelse($notification_msg as $get_notification_msg) @empty @endforelse
S No. Subject Notification Date
{{ $i++ }} {{ $get_notification_msg->subject }} {{ $get_notification_msg->message }} {{ $get_notification_msg->created_at }}
No Records Found