Hello {{ $agent->name }},
Our system has identified a new property that matches the profile of your investor: {{ $investor->name }}.
Match Criteria:
- Location: {{ $property->location }}
- Investor Budget: {{ $investor->budget }}
- Investor Interest: {{ $investor->investment_interest }}
{{ $property->headline }}
Price: £{{ number_format($property->price, 2) }}
Investment Type: {{ ucfirst(str_replace('_', ' ', $property->investment_type)) }}
{{ Str::limit(strip_tags($property->full_description), 100) }}
You may want to contact {{ $investor->name }} regarding this opportunity.
Best Regards,
Property Sourcing Group System