{% extends "layout/base.twig" %} {% set title = 'Notifications' %} {% set pageTitle = 'Notifications' %} {% set pageDescription = 'View and manage your notifications' %} {% set pageIcon = 'fas fa-bell' %} {% block content %} {% set filterType = filters.type ?? '' %} {% set filterStatus = filters.status ?? '' %} {% set filterDateRange = filters.date_range ?? '' %} {% set page = pagination.current_page %} {% set totalPages = pagination.total_pages %} {% set perPage = pagination.per_page %} {% set totalNotifications = pagination.total %} {% set offset = pagination.showing_from - 1 %}
{{ notification.message }}
{% if hasDomain and clickUrl %} View domain {% endif %} {% endif %}No notifications found
Try adjusting your filters