@include('layout.header')
My Notification
@foreach ($notification as $item) @endforeach
Tanggal Title Link
@if ($item->is_read == 0) @endif {{date_format($item->created_at, 'd M Y H:i')}} {{$item->title}} Lihat
@include('layout.footer')