X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fviews%2Fcomponents%2Fauth-validation-errors.blade.php;fp=resources%2Fviews%2Fcomponents%2Fauth-validation-errors.blade.php;h=fc0eaeb92ced13b0e8819497c9337af89857cba5;hb=f642f1eda2a68ad5e09b71ccdae1499bc9d31e4f;hp=0000000000000000000000000000000000000000;hpb=78ee3a45427e1227013773b2a1c19fc1ee0efc12;p=alttp.git diff --git a/resources/views/components/auth-validation-errors.blade.php b/resources/views/components/auth-validation-errors.blade.php new file mode 100644 index 0000000..fc0eaeb --- /dev/null +++ b/resources/views/components/auth-validation-errors.blade.php @@ -0,0 +1,15 @@ +@props(['errors']) + +@if ($errors->any()) +
+
+ {{ __('Whoops! Something went wrong.') }} +
+ + +
+@endif