{{-- resources/views/components/auth-validation-errors.blade.php --}} @props(['errors']) @if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
@endif