@extends('layouts.app') @section('title', 'Notifications') @section('content') @include('partials.flash')
{{ auth()->user()->unreadNotifications()->count() }} unread
@if(auth()->user()->unreadNotifications()->exists()) @endif{{ $data['title'] ?? 'Notification' }}
@if($isUnread) @endif{{ $data['message'] ?? '' }}
{{ $notification->created_at->diffForHumans() }}
You're all caught up
Notifications about courses, assignments and sessions will appear here.