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

{{ $message }}

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