@if($errors->has())

Alert!

@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif