| Compte | Montant |
|---|---|
|
{{ $item->account_id }}
{{ $item->account_name }}
|
{{ number_format($item->amount, 2, ',', ' ') }} € |
| Total Charges | {{ number_format($expenseData->sum('amount'), 2, ',', ' ') }} € |
Aucune charge
@endif| Compte | Montant |
|---|---|
|
{{ $item->account_id }}
{{ $item->account_name }}
|
{{ number_format($item->amount, 2, ',', ' ') }} € |
| Total Produits | {{ number_format($incomeData->sum('amount'), 2, ',', ' ') }} € |
Aucun produit
@endif{{ $netResult >= 0 ? 'Excédent' : 'Déficit' }}
{{ $netResult >= 0 ? '+' : '' }}{{ number_format($netResult, 2, ',', ' ') }} €