Lista de Ingresos
Ingresos
@foreach ($ingresos as $key => $item) @endforeach
# Empleado Tipo Periodo Planilla Cantidad Fecha
{{ $key + 1 }} {{ $item->empleado->nombre_completo }} {{ $item->tipoIngreso->tipo }} {{ $item->planilla->mes_string }} - {{ $item->planilla->year }} {{ $item->planilla->tipo_periodo }} {{ $item->planilla->periodo_dias }} {{ $item->cantidad }} {{ date_format(new DateTime($item->fecha), 'd-m-Y') }}
@method('DELETE') @csrf