{{ $totals['total_input'] }}
{{ $totals['total_output'] }}
{{ $totals['total_remaining'] }}
TZS {{ number_format($totals['total_selling_price'], 2) }}
TZS {{ number_format($totals['total_profit'], 2) }}
| Product | Unit | Input Qty | Output Qty | Remaining | Input Price | Selling Price | Profit/Unit | Total Profit |
|---|---|---|---|---|---|---|---|---|
| {{ $product['name'] }} | {{ $product['unit'] }} | {{ $product['input_quantity'] }} | {{ $product['output_quantity'] }} | {{ $product['remaining_quantity'] }} | TZS {{ number_format($product['input_price'], 2) }} | TZS {{ number_format($product['selling_price'], 2) }} | TZS {{ number_format($product['profit_per_unit'], 2) }} | TZS {{ number_format($product['total_profit'], 2) }} |
| No products found | ||||||||