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