@if(Session::has('success'))
{!! session('success') !!}
@endif @if(Session::has('error'))
{!! session('error') !!}
@endif @if(Session::has('warning'))
{!! session('warning') !!}
@endif