@extends('layouts.app') @section('template_title') Ingreso @endsection @section('content')
{{ __('Ingreso') }}
@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach ($ingresos as $ingreso) @endforeach
No Usrcarfechalectura Usrcarlecturaactual Usrcarlecturaanterior Usrcarmultiplicador Usrcarkwhdistribuidored Usrcarkwhdescuento Usrcarkwhneto Usrcardescripcionperiodolectura Lectores Id Users Id Servicios Usrsercodigo Descuentoskwh Id Tipoingreso Idtipoingreso
{{ ++$i }} {{ $ingreso->UsrCarFechaLectura }} {{ $ingreso->UsrCarLecturaActual }} {{ $ingreso->UsrCarLecturaAnterior }} {{ $ingreso->UsrCarMultiplicador }} {{ $ingreso->UsrCarKwhDistribuidoRed }} {{ $ingreso->UsrCarKwhDescuento }} {{ $ingreso->UsrCarKwhNeto }} {{ $ingreso->UsrCarDescripcionPeriodoLectura }} {{ $ingreso->lectores_id }} {{ $ingreso->users_id }} {{ $ingreso->Servicios_UsrSerCodigo }} {{ $ingreso->descuentosKwh_id }} {{ $ingreso->tipoIngreso_idTipoIngreso }}
Show Edit @csrf @method('DELETE')
{!! $ingresos->links() !!}
@endsection