@extends('store.template1.partials.layout') @section('title', 'Productos') @section('content') @include('store.shared.breadcrumb', [ 'items' => [ [ 'title' => 'Productos', 'url' => route('products.index'), 'active' => true ] ] ]) @include('store.shared.products') @endsection