{{-- --}}

{{ $investor_user->contract_number }}

Број на договор

МКД @if($investor_user->currencyValue == null) {!! number_format(((float)str_replace(',', '', $investor_user->rangeValue) ) * (float)$eur_to_mkd_rate, 0, '.', ',') !!} @else @if($investor_user->currencyValue == 'eur') {!! number_format(((float)str_replace(',', '', $investor_user->rangeValue) ) * (float)$eur_to_mkd_rate, 0, '.', ',') !!} @endif @if($investor_user->currencyValue == 'mkd') {{ number_format(((float)str_replace(',', '', $investor_user->rangeValue) ), 0, '.', ',') }} @endif @endif

Влог

МКД @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

Профит
{{-- --}}
@if(isset($investor_user))