@if(Session::has('success')) @elseif(Session::has('error'))
{{ Session::get('error') }}
@endif @if ($errors->any())
@endif