@extends('layouts.app') @section('content')

All Products

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
@if($products_query->count()>0) @if($filters['rows'] != "All")
Showing {{ $products_query->count() }} entries
@endif @endif {{--
Showing 10 entries
--}}
@endsection @section('page_script') @parent @endsection