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 c76d270 commit feee714Copy full SHA for feee714
src/black-stubs/resources/views/auth/verify.blade.php
@@ -21,7 +21,11 @@
21
{{ __('Before proceeding, please check your email for a verification link.') }}
22
23
@if (Route::has('verification.resend'))
24
- {{ __('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') }},
25
+ <form class="d-inline" method="POST" action="{{ route('verification.resend') }}">
26
+ @csrf
27
+ <button type="submit" class="btn btn-link p-0 m-0 align-baseline">{{ __('click here to request another') }}</button>.
28
+ </form>
29
@endif
30
</div>
31
0 commit comments