@foreach($task_count as $key => $tc)
@foreach($lead_tasks as $lt)
{{ $key }}
{{ $tc }}
@endforeach
{{ $tc }}
@if(!is_null($lt['lead']->daysSinceEmailed()) && $lt['lead']->daysSinceEmailed() < 5)
@endif
@foreach($lt['tasks'] as $task)
@endforeach
Emailed from system {{ $lt['lead']->daysSinceEmailed() }} days ago. be mindful not to send the customer too many emails in a short period of time. Consider coming back to this one later or check if they have replied to the last email.
{!! $task_descriptions[$task['type']] !!}
Help to resolve?