@extends('layouts.dashboard') @section('add-css') @endsection @section('title') Gastos @endsection @section('content')
@include('gastos.saldos.index')
@include('gastos.registraciones.index')
@include('gastos.masivo.index')
@include('gastos.estado.index')
@endsection @section('links') @endsection @section('add-js') @endsection