# | Проект | Број на договор | Датум на инвестирање | Датум на истекување на договор | Амортизационен план | Статус |
---|---|---|---|---|---|---|
{{ $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 |