@extends('layouts.email') @section('content')

{{__('Hey')}} {{ $name }}!

{{__('Thanks for signing up to Qualee. We are excited to help you transform your employee onboarding and engagement experiences!')}}

{{__("Let's Go")}}

{!! __('To get started, log in to the Qualee Console. You can get an intro to the console right here.') !!}

{{__('Your login details are:')}}

{{__('Username')}} {{ $user_name }}
{{__('Password')}} {{ $password }}

{{__('Log in to Qualee')}}

{{__("Have Questions?")}}

{!! __('Check out our FAQs, review our Console Intro or contact our support team. We’re always here to help!') !!}

@endsection