We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf292ab commit d0f42bfCopy full SHA for d0f42bf
src/light-bootstrap-stubs/resources/views/auth/verify.blade.php
@@ -15,7 +15,11 @@
15
@endif
16
17
{{ __('Before proceeding, please check your email for a verification link.') }}
18
- {{ __('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') }},
19
+ <form class="d-inline" method="POST" action="{{ route('verification.resend') }}">
20
+ @csrf
21
+ <button type="submit" class="btn btn-link p-0 m-0 align-baseline">{{ __('click here to request another') }}</button>.
22
+ </form>
23
</div>
24
25
0 commit comments