@extends('layouts.app') @section('title', 'ISIPP') @section('css') @endsection @section('content') Libro de reclamaciones Buscar cliente DNI RUC Buscar Información Personal @{{cbotipo}} @{{nombre}} Correo Celular Dirección Quejas Descripción Caracteres usados: @{{txtdesc.length }}/@{{cant}} Registrar @endsection @section('script') @vite(['resources/js/header.js']) @vite(['resources/js/footer.js']) @vite(['resources/js/libroreg.js']) @endsection