@extends('layouts.app') @section('title', 'Notification Center') @section('content')

Workspace alerts

Notification center

Applications, renewals, employee documents, attendance, payroll, finance, approvals and system notices.

@csrf
@forelse($notifications as $notification)
@csrf
@empty
No notifications in this view

New workflow alerts will appear here.

@endforelse
{{ $notifications->links() }}
@endsection