@forelse($notifications as $notification)@empty@endforelse
УведомлениеДата

{{ $notification->data['title'] ?? 'Событие' }}

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

{{ $notification->created_at?->format('d.m.Y H:i') }}@if(!$notification->read_at)@endif @if(!empty($notification->data['url']))Открыть@endif
Нет уведомлений
{{ $notifications->links() }}