@extends('layouts.app') @section('content')
Trang chủ Tất cả thông báo

Thông báo

@if($unreadCount > 0)
@csrf
@endif
@forelse($notifications as $notif)

{{ $notif->data['title'] ?? 'Thông báo' }}

@if(!$notif->read_at) @endif

{{ $notif->data['message'] ?? '' }}

{{ $notif->created_at->diffForHumans() }}

@empty
Trống
@endforelse
@if($notifications->hasPages())
Trang {{ $notifications->currentPage() }}/{{ $notifications->lastPage() }}
@if($notifications->onFirstPage()) @else @endif @if($notifications->hasMorePages()) @else @endif
@endif

Chọn thông báo

Chọn một mục ở danh sách bên trái để xem chi tiết.

@endsection