{{ __('Notifications') }} @if($unread > 0) @endif
@forelse($items as $n)

{{ $n->title }}

@if($n->message)

{{ $n->message }}

@endif

{{ $n->created_at->diffForHumans() }}

@empty

{{ __('No notifications') }}

@endforelse
{{ __('View all') }}