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