@extends('layout/principal') @section('titulo', 'Home') @section('content') @php //dd($chps); @endphp
{{ Session::get('mensaje') }}
@endif| Archivo | Folio | Codigo Verificacion | Fecha Emision | Rut | Nombre |
|---|---|---|---|---|---|
| {{-- Ver chp - --}} Ver chp | {{$chp->folio}} | {{$chp->codigo_verificacion}} | {{$chp->fecha_emision}} | {{$chp->constituyente_rut}} | {{$chp->constituyente_nombre}} |