@extends('emails.master') @section('content')

Hey {{$name}}, Welcome to {{ Config::get('app.name') }}.

We appreciated your selection of being part of us. We are committed with you, so we are going to give you the best service ever!.

Your login is going to be:

Mail: {{ $email }}
Pass: {{ $password }}

In order to get your account ready, please click the button below to confirm your email

Verify

@Lang('messages.emailResetText4')

{!! url('/verify', ['code'=>$verification_code]) !!}

@stop