@if ($errors->any())
{{ count($errors->all()) === 1 ? 'Validation Error' : 'Validation Errors' }}
{{ $errors->first() }}