Tip search by Product ID: Each product is provided with a unique ID, which you can rely on to find the exact product you need.
Showing
entries
@can('create','product')
Add new
@endcan
-
Action
-
Product
-
Category
-
SKU
-
Sale
-
Quantity
-
Stock
@if($products_query->count()>0)
@if($filters['rows'] != "All")
Showing {{ $products_query->count() }} entries
@endif
@endif
{{--
--}}
@endsection
@section('page_script')
@parent
@endsection