@include('email.email-head')
 
@include('email.email-header')

Hi {{$data['name']}},

Your application is APPROVED! Welcome to {{\Config::get('app.name')}}. The next step is to finish setting up your login. Follow the steps provided below and you’ll be posting in a few moments!

Temporary Login Details

The User Name for your account is: {{$data['email']}}

Your temporary password is: ********

REGISTRATION ID: {{$data['registration_code']}}

To complete the registration process, and create your permanent password, click the link below to get started, and again, welcome to {{\Config::get('app.name')}}!

Click Here
@include('email.email-footer-without-more-content')