{{ $property->metadata->title }}
{{ $property->location->full_location }}
@if(!empty($property->options->no_of_bedrooms))
{{ $property->options->no_of_bedrooms }}
@lang('site.Bedrooms')
@endif
@if(!empty($property->options->no_of_bathrooms))
{{ $property->options->no_of_bathrooms }}
@lang('site.Bathrooms')
@endif
@if(!empty($area))
{{ $area }}
@lang('site.SqFt')
@endif
@if($property->options->showPrice)
@if(
$property->options->sale_currency_id == 2 ||
$property->options->rent_currency_id == 2
)
{{ $property->price * $usd }}
@lang('site.EGP')
@elseif(
$property->options->sale_currency_id == 3 ||
$property->options->rent_currency_id == 3
)
{{ $property->price * $eur }}
@lang('site.EGP')
@elseif(
$property->options->sale_currency_id == 4 ||
$property->options->rent_currency_id == 4
)
{{ $property->price * $gbp }}
@lang('site.EGP')
@else
{{ $property->price.' '.$currency }}
@endif
@if(!empty($mon))
{{ $mon }}
@endif
@else
@if(app()->getLocale() == 'ar')
السعر عند الطلب
@else
Price on request
@endif
@endif
@if(app()->getLocale() == 'ar')
← التفاصيل
@else
Details →
@endif