| Product Name | Market Price | Inc VAT/Tax Price | Bidding Price | Bidding Total | Quantity |
|---|---|---|---|---|---|
|
{{ $product->name }}
@if($product->category)
{{ $product->category->name }} @endif @if($product->measurement_unit) Unit: {{ $product->measurement_unit }} @endif |
{{ $product->getFormattedMarketPriceBdt() }} |
{{ $product->getFormattedIncVatTaxPriceBdt() }}
@if($tender->vat_tax_percentage)
({{ $tender->vat_tax_percentage }}% VAT) @endif |
{{ $product->getFormattedBiddingPriceBdt() }} | {{ $product->getFormattedTotalBiddingPriceBdt() }} | {{ $product->quantity_required ?? 'N/A' }} |
No products found for this tender.
@endif