{{ __('Се процесира...') }}
{{ __('Листа на епошти') }}
{{ __('Листа на маркетинг прифатени') }}
{{-- --}} {{-- --}} @foreach ($investor_users as $investor_user) @if(isset($investor_user->user)) @endif @endforeach
# {{ __('Проект') }} {{ __('Емаил') }} {{ __('Телефон') }} Договор {{ __('Влог') }} Почеток на градба Завршување на проектот Датум на инвестирање Датум на уплата Вкупна заработка {{ __('Профит') }} {{ __('Опции') }}
{{ $loop->iteration }} {!! Str::words($investor_user->project->name, 5, '... ') !!} {!! $investor_user->user->email !!} +3897{!! $investor_user->user->phone !!} {{ $investor_user->contract_number }} @if($investor_user->currencyValue == null) {!! number_format((float)str_replace(',', '', $investor_user->rangeValue) * (float)$investor_user->eur_to_mkd_rate, 0, '.', ',') !!} @else @if($investor_user->currencyValue == 'eur') {!! number_format((float)str_replace(',', '', $investor_user->rangeValue) * (float)$investor_user->eur_to_mkd_rate, 0, '.', ',') !!} @endif @if($investor_user->currencyValue == 'mkd') {!! number_format((float)$investor_user->rangeValue, 0, '.', ',') !!} @endif @endif {{ __('ден.') }} {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $investor_user->project->start_date)->format('d/m/Y') }} @if($investor_user->id == 344) 15/07/2025 @else {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $investor_user->project->end_date)->format('d/m/Y') }} @endif {{ $investor_user->investDate }} {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $investor_user->payed_date)->format('d/m/Y') }} {{ number_format((float)$investor_user->investor_procenton, 2, '.', ',') }}% @if($investor_user->currencyValue == null) {!! number_format((float)str_replace(',', '', $investor_user->profit) * (float)$investor_user->eur_to_mkd_rate, 0, '.', ',') !!} @else @if($investor_user->currencyValue == 'eur') {!! number_format((float)str_replace(',', '', $investor_user->profit) * (float)$investor_user->eur_to_mkd_rate, 0, '.', ',') !!} @endif @if($investor_user->currencyValue == 'mkd') {{ number_format((float)$investor_user->profit, 0, '.', ',') }} @endif @endif {{ __('ден.') }}
{{ $investor_users->onEachSide(3)->links('custom-pagination-links-view') }}