@extends('layouts.front.app') @section('og') @endsection @section('content') @php $menu_banner = [ ['link' => route('front.category.slug', ['romantico', 15]), 'banner' => 'banner/112.jpg'], ['link' => route('front.category.slug', ['aniversario', 19]), 'banner' => 'banner/113.jpg'], ['link' => route('front.category.slug', ['maternidade', 3]), 'banner' => 'banner/114.jpg'], ['link' => route('front.category.slug', ['presentes', 14]), 'banner' => 'banner/116.jpg'], ['link' => route('front.category.slug', ['decoracao', 20]), 'banner' => 'banner/117.jpg'], ]; @endphp @include(config('site.domain').'.layouts.front.menu-superior') @include(config('site.domain').'.layouts.front.menu-banner') Home @if($category) {{ $category->name }} @endif @if($products) @include(config('site.domain').'.front.products.product-list', ['products' => $products]) @else Não existem produtos para esta categoria. @endif @endsection