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

Search Results

@if($query)

Showing results for "{{ $query }}"

@else

Please enter a search term to find products.

@endif
@if($products->count() > 0) @elseif($query)

No Products Found

We couldn't find any matches for "{{ $query }}". Try checking your spelling or using less specific keywords.

Browse All Rings
@endif
@endsection