New {{ ucfirst($type) }} Inquiry

Property Sourcing Group

You have received a new inquiry from your website.

Name:
{{ $name }}
Email:
Phone:
@if($ready_to_buy)
Ready to Buy:
{{ $ready_to_buy }}
@endif @if(isset($investment_type) && $investment_type)
Investment Interests:
{{ $investment_type }}
@endif @if(isset($is_cash_buyer) && $is_cash_buyer)
Cash Buyer:
{{ $is_cash_buyer }}
@endif @if(isset($budget) && $budget)
Budget:
{{ $budget }}
@endif @if($experience_level)
Experience Level:
{{ $experience_level }}
@endif @if($comments)
Additional Comments:
{{ $comments }}
@endif @if($source_page)
Source Page:
{{ $source_page }}
@endif