| Catégorie | Défaut | @foreach ($months as $m){{ $m }} | @endforeach|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $entry['category']->name }} | @for ($m = 1; $m <= 12; $m++) | @endfor | |||||||||||
| Aucune catégorie. Ajoutez-en dans Catégories. | |||||||||||||
| Total | {{ number_format($section['totals']['default'], 0, ',', ' ') }} € | @for ($m = 1; $m <= 12; $m++){{ number_format($section['totals'][$m], 0, ',', ' ') }} € | @endfor|||||||||||
| Reste à affecter | @for ($m = 1; $m <= 12; $m++) | {{ $section['remaining'][$m] < 0 ? '−' : '+' }}{{ number_format(abs($section['remaining'][$m]), 0, ',', ' ') }} € | @endfor|||||||||||