| #Id | Name | Inv Code | Keyword | Brand | Category | @if($products->count()) @foreach($products as $key => $product)
|---|---|---|---|---|---|
| {{ ++$key }} | {{ $product->name }} | {{ $product->inv_code }} | {{ $product->keyword }} | {{ $product->brand }} | {{ $product->category }} |
| There are no data. | |||||