⏰ Follow-up Reminder

@if($days_overdue > 0) {{ $days_overdue }} Days Overdue @else Due Today @endif

Dear {{ $employee_name }},

@if($days_overdue > 0)

This is a reminder that you have an overdue follow-up task. The follow-up was scheduled for {{ $follow_up_date }} and is now {{ $days_overdue }} day(s) overdue.

@else

This is a reminder that you have a follow-up task scheduled for today.

@endif

Follow-up Details

@if($days_overdue > 0) @endif
Client: {{ $client_name }}
Contact Person: {{ $client_contact }}
Subject: {{ $interaction_title }}
Scheduled Date: {{ $follow_up_date }}
Days Overdue: {{ $days_overdue }} days
@if($interaction_notes)

Previous Interaction Notes:

{{ $interaction_notes }}

@endif @if($days_overdue > 7)

⚠️ Urgent: Significantly Overdue

This follow-up is significantly overdue. Please prioritize this task to maintain good client relationships and ensure timely communication.

@elseif($days_overdue > 3)

⚠️ Action Required

This follow-up is overdue. Please complete this task as soon as possible to maintain client satisfaction.

@endif

📋 Recommended Actions:

  • Review the client's recent interactions and history
  • Contact the client using their preferred communication method
  • Update the interaction record with follow-up results
  • Schedule any additional follow-ups if needed
  • Mark the follow-up as completed in the system
View Client Details

Client Communication Tips:

Remember, timely follow-ups are crucial for maintaining strong client relationships and ensuring customer satisfaction. Your proactive communication helps build trust and demonstrates our commitment to excellent service.

@if($days_overdue > 0)

Please complete this follow-up task today. If you're unable to contact the client, please update the interaction record with your attempt and schedule a new follow-up date.

@else

Thank you for staying on top of client follow-ups. Your attention to detail helps ensure excellent client service.

@endif

This automated reminder was generated for follow-up task scheduled on {{ $follow_up_date }}.

Best regards,
HRM System