@extends('layouts.app') @section('template_title') Ingreso @endsection @section('content')
{{ $message }}
| No | Fechaingreso | Catalogoingresos Id | Usrservicio Usrsercodigo | Lectores Id | Users Id | Descripcioningreso | Cargoq | Facturas Numerointernofac | Facturas Serieinternafac | Pagos Id | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $ingreso->fechaIngreso }} | {{ $ingreso->catalogoIngresos_id }} | {{ $ingreso->UsrServicio_UsrSerCodigo }} | {{ $ingreso->lectores_id }} | {{ $ingreso->users_id }} | {{ $ingreso->descripcionIngreso }} | {{ $ingreso->cargoQ }} | {{ $ingreso->facturas_numeroInternoFac }} | {{ $ingreso->facturas_serieInternaFac }} | {{ $ingreso->pagos_id }} |