@extends('layouts.app') @section('template_title') {{ $detalleDocumentosCGC->name ?? 'Show Detalle Documentos C G C' }} @endsection @section('content')
Show Detalle Documentos C G C
Valor: {{ $detalleDocumentosCGC->valor }}
Observacion: {{ $detalleDocumentosCGC->observacion }}
Catalogocgc Id: {{ $detalleDocumentosCGC->catalogoCGC_id }}
Documentoscgc Tipoautorizaiconcgc Id: {{ $detalleDocumentosCGC->documentosCGC_tipoAutorizaiconCGC_id }}
Documentoscgc Seriedocumentoscgc: {{ $detalleDocumentosCGC->documentosCGC_serieDocumentosCGC }}
@endsection