@if(!empty($project_name))
I want to sell my property with my following details.
@endif
@if(!empty($name))
Name: {{$name}}
@endif
@if(!empty($email))
Email: {{$email}}
@endif
@if(!empty($mobile))
Mobile: {{$mobile}}
@endif
@if(!empty($address))
Address: {{$address}}
@endif
@if(!empty($city))
city: {{$city}}
@endif
@if(!empty($community))
Community: {{$community}}
@endif
@if(!empty($idea_price))
Idea price: {{$idea_price}}
@endif
@if(!empty($bedrooms))
Bedrooms: {{$bedrooms}}
@endif
@if(!empty($sqr_ft))
Area: {{$sqr_ft}}
@endif
@if(!empty($building_name))
Building name: {{$building_name}}
@endif
@if(!empty($additional_info))
Message: {{$additional_info}}
@endif
|