admin-lte-template
admin-lte-template copied to clipboard
Handle Notification message
I made a pull request https://github.com/sleeping-owl/admin-lte-template/pull/4 to handle notification message in Admin.
To display notification, we have to flash an error_message or success_message on the session.
Good for displaying to the user that an action have been done or not.
I've merged that request. Do you want me to add some additional handlers for that?