@if(Session::has('success'))
×
Success!
{{ Session::get('success') }}
@endif @if(Session::has('error'))
×
Warning!
{{ Session::get('error') }}
@endif