@extends('layouts.front.app') @section('content')
@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
@endsection @section('js') @include("layouts.front.js.wishlist") @endsection