{{-- Validation Errors --}}
@if($errors->any())
@endif
-
@foreach($errors->all() as $err)
- {{ $err }} @endforeach