diff --git a/resources/views/contact.blade.php b/resources/views/contact.blade.php index 5c2a35e..1cc0826 100644 --- a/resources/views/contact.blade.php +++ b/resources/views/contact.blade.php @@ -97,29 +97,29 @@
- @php - $code = Str::random(5); - @endphp -
- -
-
- - + @php + $code = Str::random(5); + @endphp +
+ +
+
+ + +
+
+ + + +
+
-
- - - + @if ($errors->has('captcha')) + + {{ $errors->first('captcha') }} + + @endif
-
-
- @if ($errors->has('captcha')) - - {{ $errors->first('captcha') }} - - @endif -