@@ -348,7 +348,7 @@
}
?>
@if($entity)
- <p style="color: #000; line-height: 1.625; margin: 0; font-size: 14px;padding: 15px;">Don’t want to receive any more e-mails? <a href="{{ route('unsubscribe-from-emails', $entity->uid) }}" style="color:#1C3D80">unsubscribe</a></p>
+ <p style="color: #000; line-height: 1.625; margin: 0; font-size: 14px;padding: 15px;">Don’t want to receive any more e-mails? <a href="{{ route('unsubscribe-from-emails', $entity->uid) }}" style="color:#1C3D80">Unsubscribe</a></p>
@endif
</td>
</tr>
@@ -5,7 +5,7 @@
@extends('emails.layout')
@section('salutation')
- Hi, {{$params['toName']}}!
+ Hi, {{$params['toName']}},
@endsection
@section('content')
@@ -4,7 +4,7 @@
- Hi, {{$user->displayName()}}!
+ Hi, {{$user->displayName()}},
@@ -1,6 +1,6 @@
- Hello, {{$user->displayName()}}
+ Hello {{$user->displayName()}},
+ Hi {{$user->displayName()}},
- Welcome, {{$user->displayName()}}!
+ Welcome {{$user->displayName()}},