Notices
Notices are messages that output to the user upon a complete page
render. Afterwards, output notices are emptied.
There are 4 different types of notices:
- Success
- Notices
- Warnings
- Errors
A notice can be stored in the message stack by the following command:
notices::add($type, $message);