@if($this->currentIngreso) Guardar @else Agregar @endif

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

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

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

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

@interact('column_ingreso_inicial', $row) {{\Illuminate\Support\Number::format($row->ingreso_inicial)}} @endinteract @interact('column_ingreso_final', $row) {{\Illuminate\Support\Number::format($row->ingreso_final)}} @endinteract @interact('column_total', $row) {{\Illuminate\Support\Number::currency($row->total)}} @endinteract @interact('column_action', $row) Editar Eliminar @endinteract

Ingresos Totales: {{$this->totalIngresos}}