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