@extends('layouts.front.app') @section('og') @endsection @section('css') @endsection @section('content')
@if ($products) @include(config('site.domain').'.front.products.product-list-search', $products) @else

Não temos produtos para esta busca

@endif @endsection