diff --git a/resources/views/emails/user/forgot_username.blade.php b/resources/views/emails/user/forgot_username.blade.php index 9a4534d..5506651 100644 --- a/resources/views/emails/user/forgot_username.blade.php +++ b/resources/views/emails/user/forgot_username.blade.php @@ -68,7 +68,7 @@ - + @if (count($usernames) == 1) Guess what, your username is {{ $usernames[0] }}. @else @@ -76,8 +76,8 @@ - -