{{ trans('plugins/real-estate::dashboard.total_properties') }} 123
{{ get_property_count('all') }}
{{ trans('plugins/real-estate::dashboard.rent_properties') }}
{{ get_property_count('rent') }}
{{ trans('plugins/real-estate::dashboard.sale_properties') }}
{{ get_property_count('sale') }}
{{ trans('plugins/real-estate::dashboard.auction_properties') }}
{{ get_property_count('auction') }}