@extends('layouts.app') @section('titulo', 'Pagos') @section('titulo_card', 'Lista de Pagos') @section('content')
@livewire('pagos-table')
@endsection @section('css') @if (Auth::user()->tema == 'oscuro') @endif @if (Auth::user()->tema == 'oscuro') @else @endif @endsection @section('js') @include('layouts.fechadp') @endsection