@if (Session::has('message')) {{-- info --}} @if (Session::get('alert-type') == 'success') Info {{ Session::get('message') }} Close @endif {{-- error --}} @if (Session::get('alert-type') == 'error') Info {{ Session::get('message') }} Close @endif {{-- warning --}} @if (Session::get('alert-type') == 'warning') Info {{ Session::get('message') }} Close @endif @endif