@if ($products)
@include('layouts.front.shared.error-success')
@include(config('site.domain').'.front.products.product-list-search')
@include(config('site.domain').'.front.products.product-list-mobile')
@else
Não temos produtos para esta busca
@endif