Notifications

@forelse($notifications as $notification)

{{ $notification->title }}

{{ $notification->message }}

{{ $notification->created_at->diffForHumans() }}
@if(!$notification->is_read) @endif
@empty

No notifications yet

@endforelse
{{ $notifications->links() }}
@push('scripts') @endpush