@extends(auth()->user()->isEmployee() ? 'employee.layouts.app' : 'admin.layouts.app') @section('title', 'Notifications') @section('page-title', 'Notifications') @section('content')
Lead updates, blog review events, assignments, and workflow alerts all appear here.
{{ $notification->message }}
When leads are assigned, blog articles are reviewed, or statuses change, they will appear here.