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

Our Products

Add New Product

Categories

Price Range

Sort By

@if(request()->hasAny(['category', 'min_price', 'max_price', 'sort'])) Clear Filters @endif
@if($products->isEmpty())

No products found matching your criteria.

@else
{{ $products->links() }}
@endif
@endsection