| {{ $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->total_stock }} |
@if ($product->stocks->isNotEmpty())
{{ formatted_date($product->stocks->first()->expire_date) }}
|
@endif
@endforeach