https://manager.mindpulse.online/notification/unread

Routing

notification.unread Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /notification/unread
# Route name Path Log
1 customer.index /customer Path does not match
2 customer.updatefromaxonaut /customer/refresh/{id} Path does not match
3 customer.show /customer/{id} Path does not match
4 home.index / Path does not match
5 job.index /jobs Path does not match
6 job.show /jobs/show/{id} Path does not match
7 job.trace /jobs/trace/{id} Path does not match
8 job.download /jobs/download/{id} Path does not match
9 job.retry /jobs/retry/{id} Path does not match
10 job.mark.as.treated /jobs/mark-as-treated/{id} Path does not match
11 job.send.confirmation /jobs/send-confirmation/{id} Path does not match
12 job.cancel /job/cancel/{id} Path does not match
13 notification.index /notification Path does not match
14 notification.mark.as.read.all /notification/mark-as-read-all Path does not match
15 notification.unread /notification/unread Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.