- {formatPrice(listing.priceVND)} VNĐ - {listing.transactionType === 'RENT' && listing.rentPriceMonthly && ( - /tháng - )} -
-{listing.property.title}
-- {listing.property.address}, {listing.property.district}, {listing.property.city} -
-+ {formatPrice(listing.priceVND)} VNĐ + {listing.transactionType === 'RENT' && listing.rentPriceMonthly && ( + /tháng + )} +
+{listing.property.title}
++ {listing.property.address}, {listing.property.district}, {listing.property.city} +
+-
+
-
+
+ {listing.property.areaM2} m² + +
+ {listing.property.bedrooms != null && (
+ -
+
+ {listing.property.bedrooms} PN + +
+ )}
+ {listing.property.bathrooms != null && listing.property.bathrooms > 0 && (
+ -
+
+ {listing.property.bathrooms} PT + +
+ )}
+ {listing.property.direction && (
+ -
+
+ Hướng {listing.property.direction === 'NORTH' ? 'Bắc' : + listing.property.direction === 'SOUTH' ? 'Nam' : + listing.property.direction === 'EAST' ? 'Đông' : + listing.property.direction === 'WEST' ? 'Tây' : + listing.property.direction} + +
+ )}
+