Name: {{ $product->name }}
Unit: {{ $product->unit }}
Input Price: {{ number_format($product->input_price_per_unit, 2) }}
Selling Price: {{ number_format($product->selling_price_per_unit, 2) }}
Total Input Quantity: {{ $totalInput }}
Total Output Quantity: {{ $totalOutput }}
Remaining Quantity: {{ $remaining }}
Profit Per Unit: {{ number_format($profitPerUnit, 2) }}
Total Potential Profit: {{ number_format($totalProfit, 2) }}