2016-02-29 15:59:36 +00:00
|
|
|
@extends('Emails.Layouts.Master')
|
|
|
|
|
|
|
|
|
|
@section('message_content')
|
|
|
|
|
|
|
|
|
|
<p>Hi {{$first_name}}</p>
|
|
|
|
|
<p>
|
2016-04-09 14:29:29 +00:00
|
|
|
Thank you for registering for {{ config('attendize.app_name') }}. We're thrilled to have you on board.
|
2016-02-29 15:59:36 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
2016-03-10 04:41:10 +00:00
|
|
|
You can create you first event and confirm your email using the link below.
|
2016-02-29 15:59:36 +00:00
|
|
|
</p>
|
|
|
|
|
|
2016-03-10 04:41:10 +00:00
|
|
|
<div style="padding: 5px; border: 1px solid #ccc;">
|
2016-02-29 15:59:36 +00:00
|
|
|
{{route('confirmEmail', ['confirmation_code' => $confirmation_code])}}
|
|
|
|
|
</div>
|
|
|
|
|
<br><br>
|
|
|
|
|
<p>
|
|
|
|
|
If you have any questions, feedback or suggestions feel free to reply to this email.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
2016-03-06 17:59:19 +00:00
|
|
|
Thank you
|
2016-02-29 15:59:36 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
@stop
|
|
|
|
|
|
|
|
|
|
@section('footer')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@stop
|