@extends('store.template1.partials.layout') @section('title', 'Facturación') @section('content') @include('store.shared.breadcrumb', [ 'items' => [ [ 'title' => 'Facturación', 'url' => route('billing'), 'active' => true ] ] ]) @include('store.shared.billing') @endsection