@if($investor_user->currencyValue == null)
{!! number_format((float)str_replace(',', '', $investor_user->profit) * (float)$eur_to_mkd_rate, 0, '.', ',') !!}
@else
@if($investor_user->currencyValue == 'eur')
{!! number_format((float)str_replace(',', '', $investor_user->profit) * (float)$eur_to_mkd_rate, 0, '.', ',') !!}
@endif
@if($investor_user->currencyValue == 'mkd')
{{ number_format($investor_user->profit, 0, '.', ',') }}
@endif
@endif
{{ __('ден.') }}
{{ __('Профит') }}
{!! number_format($investor_user->investor_procenton + $investor_user->early_invest_procenton, 2, '.', ',') !!}%
{{ __('Процент на заработка') }}