@if(!$errors->isEmpty())
@foreach($errors->all() as $err)
{{ $err }}
@endforeach
@endif