@include('email.header_new')

{{__('Hello')}}, {{ $user->first_name.' '.$user->last_name }}

{{__('We need to verify your email address. In order to verify your account please click on the following link or paste the link on address bar of your browser and hit -')}}

{{__('Verify')}}

{{__('Or')}}

Your {{allSetting()['app_title']}} email verification code is :

{{$token}}

@include('email.footer_new')