@foreach($stocks as $stock) @endforeach
{{ __('SL') }}. {{ __('Product') }} {{ __('Cost') }} {{ __('Qty') }} {{ __('Sale') }} {{ __('Stock Value') }}
{{ $loop->index+1 }} {{ $stock->productName }} {{ currency_format($stock->productPurchasePrice, currency: business_currency()) }} {{ $stock->stocks_sum_product_stock }} {{ currency_format($stock->productSalePrice, currency: business_currency()) }} {{ currency_format($stock->productSalePrice * $stock->stocks_sum_product_stock, currency: business_currency()) }}