@if(Session::has('error'))

Error!

{{Session::get('error')}}
@endif @if(Session::has('success'))

Success!

{{Session::has('success')}}
@endif