{{--@if (Session::has('errors')) @endif--}} @if (Session::has('success') AND !empty(Session::get('success'))) @endif @if (Session::has('error') AND !empty(Session::get('error'))) @endif @if (Session::has('warning') AND !empty(Session::get('warning'))) @endif @if (Session::has('info') AND !empty(Session::get('info'))) @endif