{{-- --}}

{{ $investor_user->contract_number }}

{{ __('Број на договор') }}

@if($investor_user->currencyValue == null) {!! number_format(((float)str_replace(',', '', (float)$investor_user->rangeValue) ) * (float)$investor_user->eur_to_mkd_rate, 0, '.', ',') !!} @else @if($investor_user->currencyValue == 'eur') {!! number_format(((float)str_replace(',', '', (float)$investor_user->rangeValue) ) * (float)$investor_user->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(',', '', (float)$investor_user->profit) * (float)$investor_user->eur_to_mkd_rate, 0, '.', ',') !!} @else @if($investor_user->currencyValue == 'eur') {!! number_format((float)str_replace(',', '', (float)$investor_user->profit) * (float)$investor_user->eur_to_mkd_rate, 0, '.', ',') !!} @endif @if($investor_user->currencyValue == 'mkd') {{ number_format((float)$investor_user->profit, 0, '.', ',') }} @endif @endif {{ __('ден.') }}

{{ __('Профит') }}

{!! number_format((float)$investor_user->investor_procenton + $investor_user->early_invest_procenton, 2, '.', ',') !!}%

{{ __('Процент на заработка') }}

{{ __('Статус на рати') }}

@if($investor_user->monthly_or_project_end_payment == "monthly") (месечна исплата) @endif @if($investor_user->monthly_or_project_end_payment == "end_of_project") (исплата на крај од проект - {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $investor_user->project->end_date)->format('d/m/Y') }}) @endif

{{-- --}}
{{-- --}}
@if(isset($investor_user))