@extends('layouts.front.app') @section('og') @endsection @section('content') @php $cat = $category->name ?? $category->segmento @endphp Home {{ $cat }} Preço Min Max Pesquisar @include(config('site.domain').'.front.products.product-list') @endsection @section('js') @endsection