@extends('layouts.front.app') @section('og') @endsection @section('content') Home Busca por {{ request()->input('search') }} @include(config('site.domain').'.front.products.product-list', ['products' => $products, 'category' => null]) @endsection @section('js') @endsection