@extends('layouts.app') @section('title', 'Notifications') @section('header', 'Notifications') @section('subheader', $unreadCount . ' unread') @section('header-actions') @if ($unreadCount > 0)
@csrf @method('PATCH')
@endif @endsection @section('content')
{{ $notifications->links() }}
@endsection