@if (session()->has('message'))
{{ session('message') }}
@endif
{{-- for mobile device --}}
{{-- --}}
{{ __('Инвестиција') }}
{!! $curency_symbol !!}

{{ $invest_amount_out_of_range }}

{!! $curency_symbol !!}{{ number_format($min_investment_opportunity, 0, '.', ',') }}
{!! $curency_symbol !!}{{ number_format($investment_opportunity, 0, '.', ',') }}
{{-- ZA MESECNO INV --}}
{{ __('Месечна уплата') }}
{!! $curency_symbol !!}

{{ $invest_amount_out_of_range }}

{!! $curency_symbol !!}{{ number_format($minRata, 0, '.', ',') }}
{!! $curency_symbol !!}{{ number_format($max_rata, 0, '.', ',') }}
{{-- RATA --}}
{{ __('Месечна инвестиција') }}
@if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format($rata, 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format($rata, 2, '.', ',') }}
@endif
@if($selectBrojMeseci == 1)
{{ __('Вкупна инвестиција за') }} {{ $selectBrojMeseci }} {{ __('месец') }}
@else
{{ __('Вкупна инвестиција за') }} {{ $selectBrojMeseci }} {{ __('месеци') }}
@endif @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format($rangeValue, 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format($rangeValue, 2, '.', ',') }}
@endif
{{-- --}} {{--
{{ __('Вкупна заработка во проценти') }}
{{ 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 {{--
{{ __('Вкупна заработка во парична вредност') }}
{!! $curency_symbol !!}{{ number_format($profit, 0, '.', ',') }}
--}}
{{-- mesecna bruto zarab --}} @if($tipUplata == 0)
{{ __('Месечна бруто заработка') }}
@if($diff_in_months > 0) @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{!! number_format(((float)$profit) / ((float)(\Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $end_date)->diffInMonths(\Carbon\Carbon::createFromFormat('d/m/Y', $investDate)))), 0, '.', ',') !!}
@else
{!! $curency_symbol !!}{!! number_format(((float)$profit) / ((float)(\Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $end_date)->diffInMonths(\Carbon\Carbon::createFromFormat('d/m/Y', $investDate)))), 2, '.', ',') !!}
@endif @else @if($curency_symbol == 'MKD')
{!! $curency_symbol !!}{{ number_format(((float)$profit), 0, '.', ',') }}
@else
{!! $curency_symbol !!}{{ number_format(((float)$profit), 2, '.', ',') }}
@endif @endif
{{-- posledna rata --}} {{-- --}} @if($diff_in_months > 0 && $curency_symbol == 'MKD')
{{ __('Заработка за последен месец') }}
@if($curency_symbol == 'MKD')