Notification code to input in header
@if(session::has('message')) <div class = "notification-message" > {{{ Session::get('message') }}} </div> @endif