@extends('layout/principal') @section('titulo', 'Home') @section('content') @php //dd($chps); @endphp
CHP
Certificado Historico por Prendas
{{--
@php echo('chps importados: ' . $chp_cantidad . ''); @endphp
--}}
@if (Session::has('mensaje'))

{{ Session::get('mensaje') }}

@endif
Busqueda y Reporte
@foreach ($chps as $chp) @endforeach
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}}
{{-- {{ $chps->links('pagination::bootstrap-4') }} --}}
{{-- --}} @endsection