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