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