From baffab99f2b14384e4477d6a8ec883ffd8df8839 Mon Sep 17 00:00:00 2001 From: tribikram Date: Fri, 9 Dec 2022 17:03:51 +0545 Subject: [PATCH] [edit] margin for captcha fixed --- resources/views/contact.blade.php | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) 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 -