{{ $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
|
@endforeach