@use(Illuminate\Support\Number)

@error('tipo'){{$message}}@enderror

@error('ingreso_inicial'){{$message}}@enderror

@error('ingreso_final'){{$message}}@enderror

@error('total'){{$message}}@enderror

@foreach($this->rows as $row) @endforeach
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}}