@foreach ($featuredProperties as $featuredProperty)
property-image

{{ __(@$featuredProperty->title) }}

  • {{ __(@$featuredProperty->location->name) }}
{{ @$featuredProperty->invests_count }} @lang('Investors') | {{ showAmount(@$featuredProperty->invested_amount) }} ({{ getAmount(@$featuredProperty->invest_progress) }}%)
  • {{ @$featuredProperty->getProfit }}
    @lang('Profit')
  • {{ @$featuredProperty->getProfitSchedule }}
    @lang('Profit Schedule')
  • {{ @$featuredProperty->getCapitalBackStatus }}
    @lang('Capital Back')
@lang('Details') {{ showAmount(@$featuredProperty->per_share_amount) }}
@endforeach