@extends('layouts.app') @section('title', 'Notifications') @section('content')
@if($unreadCount > 0) {{ $unreadCount }} unread notification{{ $unreadCount > 1 ? 's' : '' }} @else You're all caught up @endif