@extends('layout.app') @section('titulo') Datos @endsection @section('contenido') @livewire('tablaReporte.tabla') @endsection