{{-- profila info --}}
Измени
# | Име {{-- --}} | Презиме {{-- --}} | Проект | Број на договор | Датум на инвестирање | Инвестиран износ | Заработка {{-- --}} | Датум на уплата |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $investor->user->name }} | {{ $investor->user->surname }} | {{ $investor->project->name }} | {{ $investor->contract_number }} | {{ $investor->investDate }} | МКД {{ $investor->getAttributeRangeValue() }} | МКД {{ $investor->has_payed ? $investor->projectEarning($agent->id, $investor->id, $investor->project_id, $investor->payed_date) : '/' }} | {{ $investor->payed_date ? Carbon\Carbon::parse($investor->payed_date)->format('d/m/Y') : '/' }} |
# | Име | Презиме | Епошта | Телефон | Адреса | Дата на регистрација |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $agent->name }} | {{ $agent->surname }} | {{ $agent->email }} | {{ $agent->phone }} | {{ $agent->address }} | {{ $agent->created_at->format('d.m.Y') }} |