Your Results
-
G1 Result
I OPŠTE INFORMACIJE O KLIJENTU
{{ number_format($results['G1']['ratio'] * 100, 2) }}%{{ now()->format('d.m.Y') }}
-
G2 Result
II ISKUSTVO
{{ number_format($results['G2']['ratio'] * 100, 2) }}%{{ now()->format('d.m.Y') }}
-
G2 Result
III SPREMNOST ZA PREUZIMANJE RIZIKA
{{ number_format($results['G3']['ratio'] * 100, 2) }}%{{ now()->format('d.m.Y') }}
Total Assets (G6)
{{ number_format($results['G6']['total']) }}€
-
@foreach ($results['G6']['breakdown'] as $item)
-
{{ $item['question_text'] }}
{{ number_format($item['total']) }}€
@endforeach
Total Liabilities (G7)
{{ number_format($results['G7']['total']) }}€
-
@foreach ($results['G7']['breakdown'] as $item)
-
{{ $item['question_text'] }}
{{ number_format($item['total']) }}€
@endforeach
-
Total Income (G9):
€ {{ number_format($results['Income']['total'], 2) }} -
Basic Expenses (G11):
€ {{ number_format($results['BasicExpenses']['total'], 2) }} -
Discretionary Expenses (G12):
€ {{ number_format($results['DiscretionaryExpenses']['total'], 2) }} -
Net Income:
€ {{ number_format($results['NetIncome'], 2) }}
Potential for Savings
-
Basic Expenses / Income:
{{ number_format($results['PotentialForSavings']['BasicExpensesRatio'] * 100, 2) }}% -
Discretionary Expenses / Income:
{{ number_format($results['PotentialForSavings']['DiscretionaryExpensesRatio'] * 100, 2) }}% -
Current Savings Rate:
{{ number_format($results['PotentialForSavings']['NetIncomeRatio'] * 100, 2) }}%