@extends('emails.layouts.email') @section('title', 'Welcome to Our Company') @section('content')

Hello {{ $lead->employee->full_name }},

This is a reminder about your upcoming follow-up with {{ $lead->full_name }}.

Your follow-up is scheduled for: {{ \Carbon\Carbon::parse($lead->next_follow_up_date)->format('l, F j, Y') }}

@if ($lead->notes)

Previous Meeting Notes:

{{ $lead->notes }}

@endif

Please ensure you:

You can access the client details in the Dashboard system for more information.

Go to Dashboard @endsection