2016-02-29 15:59:36 +00:00
|
|
|
@extends('Emails.Layouts.Master')
|
|
|
|
|
|
|
|
|
|
@section('message_content')
|
|
|
|
|
|
|
|
|
|
<p>Hello</p>
|
|
|
|
|
<p>
|
2016-04-09 14:29:29 +00:00
|
|
|
You have been added to an {{ config('attendize.app_name') }} account by {{$inviter->first_name.' '.$inviter->last_name}}.
|
2016-02-29 15:59:36 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
You can log in using the following details.<br><br>
|
|
|
|
|
|
|
|
|
|
Username: <b>{{$user->email}}</b> <br>
|
|
|
|
|
Password: <b>{{$temp_password}}</b>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
You can change your temporary password once you have logged.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<div style="padding: 5px; border: 1px solid #ccc;" >
|
|
|
|
|
{{route('login')}}
|
|
|
|
|
</div>
|
|
|
|
|
<br><br>
|
|
|
|
|
<p>
|
2016-04-17 22:41:19 +00:00
|
|
|
If you have any questions please reply to this email.
|
2016-02-29 15:59:36 +00:00
|
|
|
</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
|