From f2183fa425fcf15a4afd2135449031aafb903d17 Mon Sep 17 00:00:00 2001 From: Updivision Team <45566836+teamupdivision@users.noreply.github.com> Date: Mon, 23 Sep 2019 14:33:34 +0300 Subject: [PATCH] Update verify.blade.php --- src/white-stubs/resources/views/auth/verify.blade.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/white-stubs/resources/views/auth/verify.blade.php b/src/white-stubs/resources/views/auth/verify.blade.php index 44178cb..6f996e4 100644 --- a/src/white-stubs/resources/views/auth/verify.blade.php +++ b/src/white-stubs/resources/views/auth/verify.blade.php @@ -21,7 +21,11 @@ {{ __('Before proceeding, please check your email for a verification link.') }} @if (Route::has('verification.resend')) - {{ __('If you did not receive the email') }}, {{ __('click here to request another') }} + {{ __('If you did not receive the email') }}, +
+ @csrf + . +
@endif