@if($model['listing_type'] == '3')
For Sale
@elseif($model['listing_type'] == '4')
To Let
@elseif($model['listing_type'] == '7')
New Project
@elseif($model['listing_type'] == '9')
Auction
@elseif($model['listing_type'] == '1')
Wanted To {{ $model['intention'] == '1' ? 'Buy' : 'Rent' }}
@endif
share
@if(count($model['images']) > 0)
@foreach($model['images'] as $data)
@endforeach
@else
@endif
{{ $model['name'] }}
-
RM {{ number_format($model['sale_price'],2) }}
Price
-
{{ number_format($model['area']) }} sf
Land Area
-
{{ number_format($model['build_up']) }} sf
Build Up
-
{{ $model['tenure'] != null ? $model['tenure']['name'] : '' }}
Tenure
-
{{ $model['listingcategory'] != null ? $model['listingcategory']['name'] : '' }}
Type
-
{{ date('m-d-Y',strToTime($model['updated_at'])) }}
Updated
-
{{ $model['state'] != null ? $model['state']['name'] : '' }}
State
-
{{ $model['location'] }}
Approximate Location
Contact :
{{ $model['main_user_name'] }}
Description :
{{ $model['note'] }}