|
Hi @if(!empty($name)){{ucfirst($name)}} @else {{'Valued Customer'}} @endif,
|
{{$name}} want to Meet with you with following Detail :-
Name: {{ucfirst($name)}}
@if(!empty($refrence))
Property Refrence: {{$refrence}}
@endif
@if(!empty($project_name))
Project Name: {{$project_name}}
@endif
@if(!empty($location))
Prefered Location: {{$location}}
@endif
@if(!empty($property_id))
Property id: {{$property_id}}
@endif
@if(!empty($agent_id))
@endif
@if(!empty($email))
Email id: {{$email}}
@endif
@if(!empty($phone))
Phone: {{$phone}}
@endif
@if(!empty($contact_type))
Prefered Contact Mode: {{$contact_type}}
@endif
@if(!empty($time))
Time: {{$time}}
@endif
|
Thank you
- {{getcong('site_name')}}
|