Category: {{ $category->name }}

Show
entries
Search:
@forelse ($products as $product) @empty @endforelse
{{ __('No.') }} {{ __('Product Name') }} @include('inclues._sort-icon', ['field' => 'name']) {{ __('Product Code') }} @include('inclues._sort-icon', ['field' => 'code']) {{ __('Product Quantity') }} @include('inclues._sort-icon', ['field' => 'quantity']) {{ __('Action') }}
{{ ($products->currentPage() - 1) * $products->perPage() + $loop->iteration }} {{ $product->name }} {{ $product->code }} {{ $product->quantity }}
No results found