{{-- --}}

{{ $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 {{ __('ден.') }}

{{ __('Очекуван профит') }}
{{-- --}}

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

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

@if($investor_user->currencyValue == null) {!! number_format((float)str_replace(',', '', $investor_user->rata) * (float)$eur_to_mkd_rate, 0, '.', ',') !!} @else @if($investor_user->currencyValue == 'eur') {!! number_format((float)str_replace(',', '', $investor_user->rata) * (float)$eur_to_mkd_rate, 0, '.', ',') !!} @endif @if($investor_user->currencyValue == 'mkd') {{ number_format($investor_user->rata, 0, '.', ',') }} @endif @endif {{ __('ден.') }}

{{ __('Месечна уплата') }}

{{ $investor_user->broj_rati }}

{{ __('Предвиден број на уплати') }}

{{ $plateni_rati }}

{{ __('Платени уплати') }}

{{ $neplateni_rati }}

{{ __('Преостанати уплати') }}
{{-- --}}
@if(isset($investor_user)) @if(Auth::user()->hasRole(['admin'])) @endif @foreach($rata_plan as $pp) @if($pp->is_payed == 1) @endif @if(Auth::user()->hasRole(['admin'])) @endif @endforeach
# {{ __('Датум за уплата') }} {{ __('Износ') }} {{ __('Потврдена уплата на датум') }} {{ __('Преостанато') }} {{ __('Уплати рачно') }}
{{ $loop->iteration }} {{ $pp->date_for_payment }} {{ $pp->rata }} {{ __('ден.') }} {{ $pp->payed_on_date }} {{ $pp->left_for_payment }} {{ __('ден.') }} @if($pp->is_payed == 0) {{ __('Уплатено') }} @else {{ __('Уплатено') }} @endif
@endif