@if (session('resent'))
{{ __('A verification link has been sent to your email address.') }}
@endif
{{ __('Before continuing, please click on the link in your account activation email.') }}
{{ __('If you have not received the email in question, check your spam... or :a click here :aend to receive a new one',
[
'a' => '
',
'aend' => ''
]
)}}