@if(Session::has('success') || Session::has('error') || count($errors) > 0)
@if(Session::has('success')) @elseif(Session::has('error')) @endif @if(count($errors->all()) > 0) @foreach($errors->all() as $error) @endforeach @endif
@endif