6 lines
168 B
PHP
6 lines
168 B
PHP
<?php require_once '_header.php'; ?>
|
|
|
|
<h1 class="mb-4">Notifications</h1>
|
|
<p>Notification management will be implemented here.</p>
|
|
|
|
<?php require_once '_footer.php'; ?>
|