@use(Illuminate\Support\Number)
| Tipo Documento | Documento Inicial | Documento Final | Total | Acciones |
|---|---|---|---|---|
| {{$row->tipo_ingreso}} | {{Number::format($row->ingreso_inicial)}} | {{Number::format($row->ingreso_final)}} | {{Number::currency($row->total)}} |
Ingresos Totales: {{$this->totalIngresos}}