@include('include.head') @include('include.main')
Descriere | Rezultat |
---|---|
Total incasari | {{ number_format($totals['income'], 2, ',', '.') }} |
Norma de venit | {{ number_format($totals['incomeNorme'], 2, ',', '.') }} |
Total deductibile 50% | {{ number_format($totals['fiftyPercentDeductablePayments'], 2, ',', '.') }} |
Total deductibile 100% | {{ number_format($totals['oneHundredPercentDeductablePayments'], 2, ',', '.') }} |
Profit | {{ number_format($totals['profit'], 2, ',', '.')}} |
Protocol limita/folosit/ramas | {{ number_format($protocol['limit'], 2, ',', '.') }}/ {{ number_format($protocol['used'], 2, ',', '.') }}/ {{ number_format($protocol['remaining'], 2, ',', '.') }} |
Salariu minim brut pe economie | {{ number_format($minimumWage, 2, ',', '.') }} |
Impozit CAS | {{ number_format($taxes['taxCas'], 2, ',', '.') }} |
Impozit CASS | {{ number_format($taxes['taxCass'], 2, ',', '.') }} |
Impozit pe profit | {{ number_format($taxes['taxPerProfit'], 2, ',', '.') }} |
Total taxe | {{ number_format($taxes['taxCas'] + $taxes['taxCass'] + $taxes['taxPerProfit'], 2, ',', '.') }} |