Toastr
Notie.js
Easy Flash Notifications

Laraspace provides an easy way for your Laravel Application to handle notification alerts using any of the above plugins. Just call any of the functions mentioned below inside your controller method and you'll see the notification in the view.

flash()->success('You've Logged in Successfully.');

flash()->warning('There's something wrong.');

flash()->error('Validation Error');

flash()->info('Laraspace is Awesome!');