@extends('layouts/contentNavbarLayout') @section('title', 'Notifications') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')

Notifications

Stay updated with important events and pending tasks

UNREAD NOTIFICATIONS

{{ number_format($unreadCount) }}

Requires attention

CRITICAL ALERTS

{{ number_format($criticalCount ?? 0) }}

High priority

TOTAL NOTIFICATIONS

{{ number_format($totalCount ?? 0) }}

All time
All Notifications
Category Notification Details Time Actions
@endsection @section('page-script') @endsection