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