{{ __('Stock Overview') }} - {{ Auth::user()->role }}

Total Input Quantity

{{ $totals['total_input'] }}

Total Output Quantity

{{ $totals['total_output'] }}

Total Remaining Quantity

{{ $totals['total_remaining'] }}

Total Selling Price

TZS {{ number_format($totals['total_selling_price'], 2) }}

Total Profit

TZS {{ number_format($totals['total_profit'], 2) }}

@forelse ($products as $product) @empty @endforelse
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