@extends('products.list') @section('results')

Search

{!! csrf_field() !!}
@if (is_object($products) && $products->count()) @elseif (!empty($query))

There are no products that match your search terms.

@endif @endsection