@extends('../../layouts/partials/header') @section('content_header')

Registro de Gastos

@endsection @section('content')
@livewire('gastos-index') @endsection @extends('../layouts/partials/footer')