| AKTIVA | ||
| {{ $item->name }} | ||
| {{$itemChild->name}} | {{number_format($itemChild->cost ?? 0,2,',',".")}} | |
| Total | {{number_format($item->cost ?? 0,2,',',".")}} | |
| TOTAL AKTIVA | {{number_format($totalCost ?? 0,2,',',".")}} | |
| PASSIVA | ||
| {{ $item->name }} | ||
| {{$itemChild->name}} | {{number_format($itemChild->profit ?? 0,2,',',".")}} | |
| Total | {{number_format($item->profit ?? 0,2,',',".")}} | |
| TOTAL PASSIVA | {{number_format($totalProfit ?? 0,2,',',".")}} | |