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

МКД {{ $vk_isplateno }}

Вкупно исплатено

МКД {{ number_format($preostanato_za_plakanje) }}

Преостанат износ за исплаќање (без вкупниот влог)
{{-- --}} @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->completed == 1) Завршена @endif @if($investor_user->completed == 0) Активна @endif
{{--
{{ $investor_users->onEachSide(3)->links('custom-pagination-links-view') }}
--}}