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

{{ $message }}

@endif
@foreach ($ingresos as $ingreso) @endforeach
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 }}
Show Edit @csrf @method('DELETE')
{!! $ingresos->links() !!}
@endsection