@if($investment->is_recommend)
{{ __('Recommend') }}
@endif
-
Investment amount limit : @if($investment->type == \App\Enums\Investment\InvestmentRage::RANGE->value)
{{ getCurrencySymbol() }}{{shortAmount($investment->minimum)}}
- {{ getCurrencySymbol() }}{{shortAmount($investment->maximum)}}
@else
{{ getCurrencySymbol() }}{{shortAmount($investment->amount)}}
@endif
@if(!empty($investment->meta))
@foreach($investment->meta as $value)
-
{{ $value }}
@endforeach
@endif
-
Total Return :
@if ($investment->interest_return_type == \App\Enums\Investment\ReturnType::REPEAT->value)
{{ totalInvestmentInterest($investment) }}
@else
@lang('Unlimited')
@endif
@if($investment->recapture_type == \App\Enums\Investment\Recapture::HOLD->value)
@endif
{{ __('Terms and Policies') }}