@if ($errors->any())
@foreach($errors->all() as $err)

{{ $err }}

@endforeach
@endif