@extends('frontend.user.layouts.auth-request') @section('title', lang('Verify Your Email Address', 'user')) @section('content')
{{ lang('Thanks for getting started with', 'user') }} {{ $settings['website_name'] . '!' }}
{{ lang('We need a little more information to complete your registration, including a confirmation of your email address.', 'user') }} {{ userAuthInfo()->email }}.
{{ lang("Please follow the instruction that we sent to your email, if you didn't receive the email click resent to get a new one.", 'user') }}
@else{{ lang('Verify Your New Email Address', 'user') }}.
{{ lang('Since you have changed your email address, we need to verify that it is really your email', 'user') }} {{ userAuthInfo()->email }}.
{{ lang("Please follow the instruction that we sent to your email, if you didn't receive the email click resent to get a new one.", 'user') }}
@endif