@extends('layouts.front.app') @section('og') @endsection @section('content') @include(config('site.domain').'.layouts.front.category') RETIRE NA LOJA Veja as condições ATÉ {{ config('cart.parc_sem_juros') }}X S/ JUROS No cartão de crédito PREÇOS EXCLUSIVOS Em compras no site PROMOÇÕES Toda semana {{-- Area 1 --}} Promoções @include(config('site.domain').'.front.products.product-carousel', ['products' => $promocionais]) @include(config('site.domain').'.front.products.product-list-mobile', ['products' => $promocionais->take(6)]) {{-- Area 2 --}} Recentes @include(config('site.domain').'.front.products.product-carousel', ['products' => $novos]) @include(config('site.domain').'.front.products.product-list-mobile', ['products' => $novos->take(6)]) {{-- Area 3 --}} Destaque @include(config('site.domain').'.front.products.product-carousel', ['products' => $products]) @include(config('site.domain').'.front.products.product-list-mobile', ['products' => $products->take(6)]) @endsection