Dear {{ $user->first_name }},
This is the weekly Mailbox Mining summary for your business.
@if($not_signed_up){{ $mm_user['name'] }} | {{ $mm_user['email'] }} |
@if($signed_up)
# Emails Captured | # Contacts Opted In | |
{{ $mm_user['name'] }} | {{ $mm_user['emails_captured'] }} | {{ $mm_user['opted_in_emails'] }} |
@if($most_emails_captured)
Most Emails Captured: {{ $most_emails_captured_name . ' ' . $most_emails_captured }}
@endif @if($most_contacts_opted_in)Most Contacts Opted In: {{ $most_contacts_opted_in_name . ' ' . $most_contacts_opted_in }}
@endif