| {{ $loop->iteration }} |
{{ $stock_report->productName }} |
{{ currency_format(optional($firstStock)->productPurchasePrice, currency: business_currency()) }} |
{{ $total_stock }} |
{{ currency_format(optional($firstStock)->productSalePrice, currency: business_currency()) }} |
{{ currency_format($total_value, currency: business_currency()) }} |
@endforeach