{{-- ========================= BASIC STOCK (NO VARIANTS) ========================= --}} @if( !$product->is_variant && $product->is_manage_basic_stock )
| Tax Name | Rate | Type | Method |
|---|---|---|---|
| {{ $tax['tax_name'] }} | {{ $tax['tax_rate'] }} {{ $tax['tax_type'] === 'percent' ? '%' : 'Rs' }} | {{ ucfirst($tax['tax_type']) }} | {{ $tax['tax_method'] === 'inc' ? 'Inclusive' : 'Exclusive' }} |