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

Archived 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
@if($products_query->count()>0)
Showing {{ $products_query->count() }} entries
@endif
@endsection @section('page_script') @parent @endsection