about summary refs log tree commit diff
path: root/laravel/resources/views
diff options
context:
space:
mode:
Diffstat (limited to 'laravel/resources/views')
-rw-r--r--laravel/resources/views/auth/verify.blade.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/laravel/resources/views/auth/verify.blade.php b/laravel/resources/views/auth/verify.blade.php
index c742cb4..16e7263 100644
--- a/laravel/resources/views/auth/verify.blade.php
+++ b/laravel/resources/views/auth/verify.blade.php
@@ -15,7 +15,16 @@
                     @endif
 
                     {{ __('Before proceeding, please check your email for a verification link.') }}
-                    {{ __('If you did not receive the email') }}, <a href="{{ route('verification.resend') }}">{{ __('click here to request another') }}</a>.
+                    {{ __('If you did not receive the email') }},
+
+                    <form class="d-inline" method="POST" action="{{ route('verification.resend') }}">
+                            @csrf
+
+                        <button type="submit" class="btn btn-link p-0 m-0 align-baseline">
+                            {{ __('click here to request another') }}
+                        </button>.
+                    </form>
+                    <a href="{{ route('verification.resend') }}">{{ __('click here to request another') }}</a>.
                 </div>
             </div>
         </div>