-
{{$data->listing_header}}
{{$data->property_type}}
{{date("d/m/Y", strtotime($data->created_at))}}
-
@php if(!empty($data->price)) { echo 'RM '; $amount = $data->price; echo number_format($amount); } @endphp
@php if(!empty($data->built_up)) { $amount1 = $data->built_up; setlocale (LC_MONETARY, "en_IN"); $amount1 = number_format($amount1); $amount1=explode('.',$amount1); echo $amount1[0]; echo ' Square Feet'; } @endphp @if(!empty($data->market_value) && $data->market_value>=0.01) @php $cheap=(1-($data->price/$data->market_value))*100; @endphp @else @php $cheap=0; @endphp @endif @if(!empty($data->market_value_type))
@if($data->market_value_type=='Below Market Value')@endif
@if(!empty($cheap) && $cheap>=1)
@endif
@elseif($data->market_value_type=='Auction Price')
@if(!empty($cheap) && $cheap>=1)
@endif
@endif
Description
{!! $data->description !!}
Property Location:
Contact Info
- Contact Agent
{{$data->name}}
+{{$data->phone}}
Direct
Whatsapp
@if((Auth::user()|| request()->userid) && empty($shared)) @endif @elseif(!empty(Auth::user()) && Auth::user()->id ==$user->id)
Contact Info
- Contact Agent
{{$user->name}}
+{{$user->phone}}
Direct
Whatsapp
Listing Source
- Contact Agent
{{$data->name}}
+{{$data->phone}}
Direct
Whatsapp
@else
Contact Info
- Contact Agent
{{$user->name}}
+{{$user->phone}}
Direct
Whatsapp
@endif
@endif