@push('css') @endpush
@if (auth()->user()->can('ver.resumen-ventas'))
@livewire('dashboard.resumen')
@if (auth()->user()->can('ver.reportes-cartera'))
@livewire('dashboard.metas')
@endif @endif @if (auth()->user()->can('ver.reportes-cartera'))
@livewire('dashboard.cartera')
@endif @if (auth()->user()->can('ver.tablero-vida'))
@livewire('dashboard.resumen-cartera')
@endif {{-- Modal de resumen año/dependencia/sección --}} @livewire('dashboard.resumen-modal')