@php
$db_image = App\Models\PropertyImage::where(["file_type"=>"jpg","property_id"=> $pr->property_id])->where('property_images_name' ,'!=',null)->orderBy('sort_order', 'asc')->first();
@endphp
@if($pr->property_price > 0 && $pr->offer_price > $pr->property_price)
{{ amount_currency($pr->property_price)}} /{{ $pr->deals_of_month == 1 ? 'Month' : 'Day'}}
@endif
@if($pr->offer_price > 0)
{{ amount_currency($pr->offer_price)}} /{{ $pr->deals_of_month == 1 ? 'Month' : 'Day'}}
@endif
{{ $pr->property_name }}
Property Type: {{ $pr->propertytype ? $pr->propertytype->name_en : '' }}
{{ $pr->property_location }}
{!! short_description($pr->property_desc,15) !!}
{{ $pr->property_bedroom == 0 ? 'Studio' : $pr->property_bedroom .' Bed' }} | {{ $pr->property_bathroom }} | {{ $pr->property_sqft }}