@extends('store.template1.partials.layout') @section('title', 'Información del pedido') @section('content') @include('store.shared.breadcrumb', [ 'items' => [ [ 'title' => 'Carrito', 'url' => '#', 'active' => false ], [ 'title' => 'Resumen del carrito', 'url' => '#', 'active' => false ], [ 'title' => 'Información del pedido', 'url' => '#', 'active' => true ], ] ]) @include('store.shared.checkout.details.details-index') @endsection