@if(auth()->user()->getRoleNames()->implode(', ') == "" || auth()->user()->getRoleNames()->implode(', ') == null) @if(Route::is('dashboard')) {{-- --}}

{{ $vk_isplateno }} {{ __('ден.') }}

{{ __('Вкупно исплатено') }}

{{ number_format($preostanato_za_plakanje) }} {{ __('ден.') }}

{{ __('Преостанат износ за исплаќање (без вкупниот влог)') }}
@if(auth()->user()->completed_profile == 0)

{{ __('Комплетирај профил') }}

{{ __('Комплетирај профил') }}
@endif
{{-- --}} @endif @endif
{{ __('Се процесира...') }}
@foreach ($investor_users as $investor_user) @endforeach
# {{ __('Проект') }} {{ __('Број на договор') }} {{ __('Датум на инвестирање') }} {{ __('Датум на истекување на договор') }} {{ __('Амортизационен план') }} {{ __('Статус') }}
{{ $loop->iteration }} {!! Str::words($investor_user->project->name, 5, '... ') !!} {{ $investor_user->contract_number }} {{ $investor_user->investDate }} {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $investor_user->project->end_date)->format('d/m/Y') }} @if($investor_user->tip_uplata == "ednokratna") {{ __('Амортизационен план') }} @endif @if($investor_user->tip_uplata == "mesecna") {{ __('План за месечни уплати') }} @endif @if($investor_user->completed == 1) {{ __('Завршена') }} @endif @if($investor_user->completed == 0) {{ __('Активна') }} @endif
{{--
{{ $investor_users->onEachSide(3)->links('custom-pagination-links-view') }}
--}}