@if(isset($selected_project)) @if($invest_step == null || $invest_step == 1)
1
2
3
4
5

Калкулатор за инвестиции

{{ $name }}

{{ $name }}

{!! $description !!}

Почеток на проектот:
{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $start_date)->format('d/m/Y') }}
Завршување на проектот:
{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $end_date)->format('d/m/Y') }}
Рок на изградба:
{{ $return_of_investment }} месеци
@mobile @elsemobile @endmobile
{{--

*All projected values are before any property costs and platform fees, and based on a 5-year holding period. We expect the asset value to grow 30% over the next 5 years.

--}}
Инвестиција
{!! $curency_symbol !!}

{{ $invest_amount_out_of_range }}

{!! $curency_symbol !!}{{ number_format($min_investment_opportunity, 0, '.', ',') }}
{!! $curency_symbol !!}{{ number_format($investment_opportunity, 0, '.', ',') }}
Вкупна заработка во проценти
{{ number_format($investor_procenton, 2, '.', ',') }}%
@php $early_invest_procenton = floatval($early_invest_procenton); @endphp @if($early_invest_procenton > 0)
Дополнителна заработка во проценти
{{ number_format($early_invest_procenton, 2, '.', ',') }}%
@endif
Вкупна заработка во парична вредност
@if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format($profit, 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format($profit, 2, '.', ',') }}
@endif
{{-- mesecna bruto zarab --}}
Месечна бруто заработка
@if($diff_in_months > 0) @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format(($profit / ($diff_in_months + 1)), 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format(($profit / ($diff_in_months + 1)), 2, '.', ',') }}
@endif @else @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format(($profit), 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format(($profit), 2, '.', ',') }}
@endif @endif

{{ $monthly_or_project_end_payment_error }}

Следно

@endif @if($invest_step == 2)
1
2
3
4
5

Потврда на инвестиција

Проект за инвестицијта: {{ $selected_project->name }}

{{ $name }}

{{ $name }}

{!! $description !!}

Почеток на проектот:
{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $start_date)->format('d/m/Y') }}
Завршување на проектот:
{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $end_date)->format('d/m/Y') }}
Рок на изградба:
{{ $return_of_investment }} месеци
Инвестиција
{!! $curency_symbol !!} {{ number_format($rangeValue, 2, '.', ',') }}
Максимална можност за инвестирање:
{!! $curency_symbol !!}{{ number_format($investment_opportunity, 2, '.', ',') }}
Вкупна заработка во проценти
{{ number_format($investor_procenton, 2, '.', ',') }}%
@php $early_invest_procenton = floatval($early_invest_procenton); @endphp @if($early_invest_procenton > 0)
Дополнителна заработка во проценти
{{ number_format($early_invest_procenton, 2, '.', ',') }}%
@endif
Вкупна заработка во парична вредност
@if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format($profit, 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format($profit, 2, '.', ',') }}
@endif
{{-- mesecna bruto zarab --}}
Месечна бруто заработка
@if($diff_in_months > 0) @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format(($profit / ($diff_in_months + 1)), 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format(($profit / ($diff_in_months + 1)), 2, '.', ',') }}
@endif @else @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format(($profit), 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format(($profit), 2, '.', ',') }}
@endif @endif
{{-- tip na isplata --}}
Тип на исплата
@if($monthly_or_project_end_payment == "monthly")
Месечна
@endif @if($monthly_or_project_end_payment == "end_of_project")
На крајот од проектот ({{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $end_date)->format('d/m/Y') }})
@endif
@endif @if($invest_step == 3)
1
2
3
4
5

Договор за инвестиција

Проект за инвестицијта: {{ $selected_project->name }}

Инвестиција
{!! $curency_symbol !!} {{ number_format($rangeValue, 2, '.', ',') }}
Вкупна заработка во проценти
{{ number_format($investor_procenton, 2, '.', ',') }}%
@php $early_invest_procenton = floatval($early_invest_procenton); @endphp @if($early_invest_procenton > 0)
Дополнителна заработка во проценти
{{ number_format($early_invest_procenton, 2, '.', ',') }}%
@endif
Вкупна заработка во парична вредност
@if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format($profit, 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format($profit, 2, '.', ',') }}
@endif
{{-- mesecna bruto zarab --}}
Месечна бруто заработка
@if($diff_in_months > 0) @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format(($profit / ($diff_in_months + 1)), 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format(($profit / ($diff_in_months + 1)), 2, '.', ',') }}
@endif @else @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format(($profit), 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format(($profit), 2, '.', ',') }}
@endif @endif
{{-- tip na isplata --}}
Тип на исплата
@if($monthly_or_project_end_payment == "monthly")
Месечна
@endif @if($monthly_or_project_end_payment == "end_of_project")
На крајот од проектот ({{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $end_date)->format('d/m/Y') }})
@endif

Код за потпис

Внесете го кодот кој е пратен на бројот +389 7****{{ $last_three_phone_digits }}
Не добивте порака?
Кодот е испратен
Грешен код
@endif @if($invest_step == 4)
1
2
3
4
5
{{-- --}}
{{-- --}}
НАЛОГ ЗА ПРЕНОС
образец ПП30

Датум на валута

НАЛОГОДАВАЧ

ПРИМАЧ

Назив и седиште на налогодавач

Назив и седиште на примач

Трансакциска сметка на налогодавач

Трансакциска сметка на примач

Банка на налогодавач

Банка на примач

Цел на дознака

Износ

Повикување на број - (задолжување)

Повикување на број - (одобрување)

Шифра

Начин

Датум на поднесување

Место на поднесување

@endif @if($invest_step == 5)
1
2
3
4
5

Ви Благодариме за вашата доверба!

Ве Замолуваме уплатата да ја извршите според валутата, се со цел реализирањето на вашата инвестиција да биди навремено и според Договорот!

Со Почит,
Тимот на Си Гроуп

@endif @else

Информативен калкулатор за инвестиции

{{ $name }}

{{ $name }}

{!! $description !!}

Почеток на проектот:
@if(isset($start_date) && $start_date != null && $start_date != "") {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $start_date)->format('d/m/Y') }} @endif
Завршување на проектот:
@if(isset($end_date) && $end_date != null && $end_date != "") {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $end_date)->format('d/m/Y') }} @endif
Рок на изградба:
{{ $return_of_investment }} месеци
@mobile {{-- for mobile device --}} @elsemobile {{-- for desktop --}} @endmobile
{{--

*All projected values are before any property costs and platform fees, and based on a 5-year holding period. We expect the asset value to grow 30% over the next 5 years.

--}}
Инвестиција
{!! $curency_symbol !!}

{{ $invest_amount_out_of_range }}

{!! $curency_symbol !!}{{ number_format($min_investment_opportunity, 0, '.', ',') }}
{!! $curency_symbol !!}{{ number_format($investment_opportunity, 0, '.', ',') }}
Вкупна заработка во проценти12
{{ number_format($investor_procenton, 2, '.', ',') }}%
@php $early_invest_procenton = floatval($early_invest_procenton); @endphp @if($early_invest_procenton > 0)
Дополнителна заработка во проценти
{{ number_format($early_invest_procenton, 2, '.', ',') }}%
@endif
Вкупна заработка во парична вредност
@if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format($profit, 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format($profit, 2, '.', ',') }}
@endif
{{-- mesecna bruto zarab --}}
Месечна бруто заработка
@if($diff_in_months > 0) @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format(($profit / ($diff_in_months + 1)), 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format(($profit / ($diff_in_months + 1)), 2, '.', ',') }}
@endif @else @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format(($profit), 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format(($profit), 2, '.', ',') }}
@endif @endif
@endif