@extends('layouts.app') @section('template_title') {{ $detalleIngresosCargo->name ?? 'Show Detalle Ingresos Cargo' }} @endsection @section('content')
Show Detalle Ingresos Cargo
Descripcioncargo: {{ $detalleIngresosCargo->descripcionCargo }}
Cargoq: {{ $detalleIngresosCargo->cargoQ }}
Observacion: {{ $detalleIngresosCargo->observacion }}
Ingresos Id: {{ $detalleIngresosCargo->ingresos_id }}
Catalogosubingresos Id: {{ $detalleIngresosCargo->catalogosubIngresos_id }}
Detalleingresostecnicos Id: {{ $detalleIngresosCargo->detalleIngresosTecnicos_id }}
@endsection