@include('email.template-two.header')

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.template-two.footer')