@extends('layouts.app') @section('template_title') Detalle Ingresos Cargo @endsection @section('content')
{{ $message }}
| No | Descripcioncargo | Cargoq | Observacion | Ingresos Id | Catalogosubingresos Id | Detalleingresostecnicos Id | |
|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $detalleIngresosCargo->descripcionCargo }} | {{ $detalleIngresosCargo->cargoQ }} | {{ $detalleIngresosCargo->observacion }} | {{ $detalleIngresosCargo->ingresos_id }} | {{ $detalleIngresosCargo->catalogosubIngresos_id }} | {{ $detalleIngresosCargo->detalleIngresosTecnicos_id }} |