{{ _trans('number.01') }}
|
{{ _trans('landlord.Size') }}
|
{{ @$property['size'] }} {{ _trans('landlord.SqFt') }}
|
{{ _trans('number.02') }}
|
{{ _trans('landlord.Beds') }}
|
{{ @$property['bedroom'] }}
|
{{ _trans('number.03') }}
|
{{ _trans('landlord.Bath') }}
|
{{ @$property['bathroom'] }}
|
{{ _trans('number.04') }}
|
{{ _trans('landlord.Rent') }}
|
{{ priceFormat($property['amount']) }}
|
{{ _trans('number.05') }}
|
{{ _trans('landlord.Type') }}
|
{{ $property['type'] }}
|
{{ _trans('number.06') }}
|
{{ _trans('landlord.Completion') }}
|
{{ $property['completion'] }}
|