@if (count($errors) > 0)
@if (session('error'))
Whoops! There were some problems with your input.
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Modify Question
{{ session('error') }}
@endif