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 3c747a8 commit af8816dCopy full SHA for af8816d
src/material-stubs/resources/views/auth/verify.blade.php
@@ -20,12 +20,16 @@
20
{{ __('Before proceeding, please check your email for a verification link.') }}
21
22
@if (Route::has('verification.resend'))
23
- {{ __('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') }},
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>.
27
+ </form>
28
@endif
29
</p>
30
</div>
31
32
33
34
-@endsection
35
+@endsection
0 commit comments