@extends('layouts.app') @section('title', 'Shop Parts - AutoPart') @section('content')
Showing {{ $products->firstItem() ?? 0 }}–{{ $products->lastItem() ?? 0 }} of {{ $products->total() }} results @if(request('category')) in {{ request('category') }} @endif @if(request('search')) for "{{ request('search') }}" @endif
No products found
Try adjusting your filters or search criteria.