{{ __('Product Details') }} - {{ $product->name }}

Product Information

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) }}

Stock Information

Total Input Quantity: {{ $totalInput }}

Total Output Quantity: {{ $totalOutput }}

Remaining Quantity: {{ $remaining }}

Financial Information

Profit Per Unit: {{ number_format($profitPerUnit, 2) }}

Total Potential Profit: {{ number_format($totalProfit, 2) }}