{{-- Name: partials.alert.blade Author: JH2 Created: 2015-09-22 Description: This partial will pop alert modal windows if session is set --}} @if(Session::has('message')) @endif @if(Session::has('toastr')) @endif