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