@extends('layouts.app') @section('title', 'Notifications') @section('page-title', 'Notifications') @section('content')
{{ auth()->user()->unreadNotifications->count() }} unread notification(s)
{{ $data['title'] ?? 'Notification' }}
{{ $data['message'] ?? '' }}
@if(!empty($data['remarks']))"{{ $data['remarks'] }}"
@endifNo notifications yet.
You'll see attendance alerts, leave updates, and fee reminders here.