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

Error!

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

Success!

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