Edit Question
{{-- Error messages --}}
@if ($errors->any())
Whoops! There were some problems with your input:
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach