@extends('layouts.app') @section('title','Search Products') @section('content')

Search Results{{ $q?' for: '.$q:'' }}

@forelse($products as $p)@empty

No products found.

@endforelse
{{ $products->links() }}
@endsection