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 made a pull request #4 to handle notification message in Admin.
To display notification, we have to flash an
error_messageorsuccess_messageon the session.Good for displaying to the user that an action have been done or not.