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 af8816d commit c73d356Copy full SHA for c73d356
src/material-stubs/resources/views/auth/verify.blade.php
@@ -22,8 +22,8 @@
22
@if (Route::has('verification.resend'))
23
{{ __('If you did not receive the email') }},
24
<form class="d-inline" method="POST" action="{{ route('verification.resend') }}">
25
- @csrf
26
- <button type="submit" class="btn btn-link p-0 m-0 align-baseline">{{ __('click here to request another') }}</button>.
+ @csrf
+ <button type="submit" class="btn btn-link p-0 m-0 align-baseline">{{ __('click here to request another') }}</button>.
27
</form>
28
@endif
29
</p>
0 commit comments