| {{ $loop->index + 1 }} |
 }}) |
{{ $product->productName }} |
{{ $product->productCode }} |
{{ $product->brand->brandName ?? '' }} |
{{ $product->category->categoryName ?? '' }} |
{{ $product->unit->unitName ?? '' }} |
{{ currency_format($latestPurchasePrice, currency: business_currency()) }} |
{{ currency_format($latestSalePrice, currency: business_currency()) }} |
{{ $product->stocks_sum_product_stock }} |
@if ($product->stocks->isNotEmpty() && $product->stocks->first()->expire_date)
{{ formatted_date($product->stocks->first()->expire_date) }}
@else
N/A
@endif
|
@endforeach