{{-- profila info --}} Профил Информации за клиентот/инвеститорот
Измени
{{ $user->name }}
+3897
{{-- payment info --}} Информации за наплата Инфо за плаќање на клиентот/инвеститорот
{{-- projects info --}} Активни инвестиции Информации за платени инвестици
@foreach($user->payedInvestments() as $investor_user) @endforeach
# Проект Влог Почеток на градба Завршување на проектот Вкупна заработка Профит
{{ $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, '.', ',') }} Амортизационен план
{{-- potpisani neplateni --}} Неактивни инвестиции Потпишани неуплатени инвестици @foreach($user->signedInvestments() as $investor_userr) @endforeach
Проект Влог Почеток на градба Завршување на проектот Вкупна заработка Профит
{!! 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, '.', ',') }}
{{-- --}}