Skip to content

Commit feee714

Browse files
Update verify.blade.php
1 parent c76d270 commit feee714

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/black-stubs/resources/views/auth/verify.blade.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
{{ __('Before proceeding, please check your email for a verification link.') }}
2222

2323
@if (Route::has('verification.resend'))
24-
{{ __('If you did not receive the email') }}, <a href="{{ route('verification.resend') }}">{{ __('click here to request another') }}</a>
24+
{{ __('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>
2529
@endif
2630
</div>
2731
</div>

0 commit comments

Comments
 (0)