# | Проект | Влог | Почеток на градба | Завршување на проектот | Вкупна заработка | Профит | |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {!! Str::words($investor_user->project->name, 5, '... ') !!} | @if($investor_user->currencyValue == null) € @else @if($investor_user->currencyValue == 'eur') € @endif @if($investor_user->currencyValue == 'mkd') МКД @endif @endif {{ number_format((float)$investor_user->rangeValue, 0, '.', ',') }} | {{ $investor_user->project->start_date }} | {{ $investor_user->project->end_date }} | {{ number_format($investor_user->investor_procenton, 2, '.', ',') }}% | @if($investor_user->currencyValue == null) € @else @if($investor_user->currencyValue == 'eur') € @endif @if($investor_user->currencyValue == 'mkd') МКД @endif @endif {{ number_format($investor_user->profit, 2, '.', ',') }} | Амортизационен план |
Проект | Влог | Почеток на градба | Завршување на проектот | Вкупна заработка | Профит |
---|---|---|---|---|---|
{!! Str::words($investor_userr->project->name, 5, '... ') !!} | @if($investor_userr->currencyValue == null) € @else @if($investor_userr->currencyValue == 'eur') € @endif @if($investor_userr->currencyValue == 'mkd') МКД @endif @endif {{ $investor_userr->rangeValue }} | {{ $investor_userr->project->start_date }} | {{ $investor_userr->project->end_date }} | {{ number_format($investor_userr->investor_procenton, 2, '.', ',') }}% | @if($investor_userr->currencyValue == null) € @else @if($investor_userr->currencyValue == 'eur') € @endif @if($investor_userr->currencyValue == 'mkd') МКД @endif @endif {{ number_format($investor_userr->profit, 2, '.', ',') }} |