From 79bd421bb1f204ab8acfd4c254e1f5582142a294 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 11 Sep 2019 22:13:06 -0400 Subject: * Laravel: Update framework --- laravel/resources/views/auth/verify.blade.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'laravel/resources') diff --git a/laravel/resources/views/auth/verify.blade.php b/laravel/resources/views/auth/verify.blade.php index c742cb4..16e7263 100644 --- a/laravel/resources/views/auth/verify.blade.php +++ b/laravel/resources/views/auth/verify.blade.php @@ -15,7 +15,16 @@ @endif {{ __('Before proceeding, please check your email for a verification link.') }} - {{ __('If you did not receive the email') }}, {{ __('click here to request another') }}. + {{ __('If you did not receive the email') }}, + +
+ @csrf + + . +
+ {{ __('click here to request another') }}. -- cgit 1.4.1