| {{ $loop->index + 1 }} |
{{ $product->productName }} |
{{ $product->productCode }} |
{{ $product->category->categoryName ?? '' }} |
@usercan('stocks.price')
{{ currency_format(optional($firstStock)->productPurchasePrice, currency: business_currency()) }}
|
@endusercan
{{ $total_stock }}
|
{{ currency_format(optional($firstStock)->productSalePrice, currency: business_currency()) }}
|
{{ currency_format($total_value, currency: business_currency()) }} |
@endforeach