@extends('layouts.app') @section('titulo', 'Facturas') @section('titulo_card', 'Lista de Facturas') @section('content') {{-- --}} {{-- --}} {{-- --}}
@livewire('factura-table')
@endsection @section('css') @if (Auth::user()->tema == 'oscuro') @else @endif @endsection @section('js') @include('layouts.fechadp') @endsection @section('modales') @include('modales.ver-factura-modal') @stack('ver-factura-css') @stack('ver-factura-js') @endsection