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