@foreach ($investor_users as $investor_user) @endforeach
# Име и презиме Број на договор Трансакциска сметка ЕМБГ Бр на идентификационен документ Износ Датум за плакање
{{ $loop->iteration }} {!! $investor_user->user->name !!} {!! $investor_user->user->surname !!} {{ $investor_user->contract_number }} {{ $investor_user->user->bank_account }} {!! $investor_user->user->embg !!} {!! $investor_user->user->id_card_number !!} МКД {{ $investor_user->nextAmountForPayment() }} {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $investor_user->last_payout_date)->addMonth()->format('d/m/Y') }}