@csrf @method('PUT')
Proyecto: {{ $dota->nombre }}
@if (session('success'))
{{ session('success') }}
@endif
Fecha
Tipo
Cuenta
Debe
Haber
Descripción
Eliminar
@foreach ($data as $item)
@if ($item->fecha == null)
@else
@endif
tipo == 0 ? 'selected' : '' }}>Activo
tipo == 1 ? 'selected' : '' }}>Pasivo
tipo == 2 ? 'selected' : '' }}>Patrimonio
tipo == 3 ? 'selected' : '' }}>Ingreso
tipo == 4 ? 'selected' : '' }}>Gasto
@if ($item->descripcion == '-')
@else
@endif
X
@endforeach
Totales
0.00
0.00
{{--
Agregar otro asiento
Subdivision
Guardar
Regresar
--}}
Agregar otro asiento
Subdivision
Guardar
Regresar