@foreach ($products as $key => $item) @endforeach
Sl No Tax ID Name Slug SKU Upc Barcode Weight No Of Cases Unit Per Case brand Is New Is Best Seller Description Quantity On Hand Price Cost Special price Special price From Special price To Status
{{ $key + 1 }} {{ $item->tax_id }} {{ $item->name }} {{ $item->slug }} {{ $item->sku }} {{ $item->upc_barcode }} {{ $item->weight }} {{ $item->no_of_cases }} {{ $item->unit_per_case}} {{ $item->brand }} {{$item->is_new ? 'Yes':'No'}} {{$item->is_best_seller ? 'Yes':'No'}} {{ $item->description }} {{ $item->quantity_on_hand }} {{ $item->price }} {{ $item->cost }} {{ $item->special_price }} {{ $item->special_price_from }} {{ $item->special_price_to }} {{ $item->status ? 'Active':'in-Active' }}