@extends('layouts.app') @section('title', 'Notifications') @push('styles') @endpush @section('contents')

Notifications {{ $initialUnreadCount ?? 0 }} unread

Loading notifications…

No notifications found.

@endsection @push('scripts') @endpush