When I want to display all errors in blade after validation I use this piece of code.
@foreach ($errors->all() as $error) {{ $error }}