{{-- Success --}} @if(Session::has('success'))
{{ Session::get('success') }}
@endif {{-- Error --}} @if(Session::has('error'))
{{ Session::get('error') }}
@endif {{-- Warning --}} @if(Session::has('warning'))
{{ Session::get('warning') }}
@endif {{-- Info --}} @if(Session::has('info'))
{{ Session::get('info') }}
@endif