@extends('includes.layout') @section('main-page-content')

Push Notification Test Page

Send Test Notification
@csrf
Test Instructions & Debug
How to test:
  1. Fill in the notification details
  2. Click "Send Test Notification"
  3. Check the bell icon in the navbar for the notification
  4. If browser notifications are enabled, you should see a popup
  5. Check the browser console for any errors
Browser Notification Setup:

Make sure to allow notifications in your browser:

  • Click the bell icon in the address bar
  • Select "Allow" for notifications
  • Refresh the page if needed
System Information:

Current User ID: {{ Auth::id() }}

Channel Name: user-{{ Auth::id() }}

Real-time Test

Open this page in multiple browser tabs or different browsers to test real-time notifications.

@endsection @section('css-js') @endsection