@extends('layouts.front.app') @section('og') @endsection @section('content') @include(config('site.domain').'.layouts.front.search-tire') @if ($products) Em destaque @include(config('site.domain').'.front.products.product-carousel', ['products' => $products]) @endif @if ($novos) Novidades @include(config('site.domain').'.front.products.product-carousel', ['products' => $novos]) @endif @if ($vendidos) Mais Vendidos @include(config('site.domain').'.front.products.product-carousel', ['products' => $vendidos ]) @endif @endsection @section('js') @endsection