seantrant
7/15/2016 - 4:39 PM

Notification code to input in header

Notification code to input in header

@if(session::has('message'))
    <div class = "notification-message" >
        {{{ Session::get('message') }}}
    </div>
@endif