You're receiving this email because of your account on {{route('login')}}.
+
+ diff --git a/resources/views/emails/accounts/user_verification.blade.php b/resources/views/emails/accounts/user_verification.blade.php new file mode 100644 index 00000000..1f711740 --- /dev/null +++ b/resources/views/emails/accounts/user_verification.blade.php @@ -0,0 +1,11 @@ +@extends('emails.layout.base') + +@section('content') +
verify your email to finish your account registration on {{route('login')}}
+Please confirm that {{$user->email}} is your email address by clicking on the button below or use this link {{route('account.email.verification', $attempt->token)}} within 48 hours
+ +