@if(!empty($project_name))
Enquiry {{$project_name}} has been submitted with following :-
@endif
@if(!empty($name))
Name: {{$name}}
@endif
@if(!empty($property_id))
Property id: {{$project_type}}{{$property_id}}
@endif
@if(!empty($agent_id))
@endif
@if(!empty($email))
Email: {{$email}}
@endif
@if(!empty($phone))
Phone: {{$phone}}
@endif
@if(!empty($website))
Website: {{$website}}
@endif
@if(!empty($your_message))
Message: {{$your_message}}
@endif
|