@extends('../../layouts/partials/header') @section('content_header')

Lista de PDTs

@endsection @section('content')
{{-- Agregando el componete de LiveWire datable --}} @livewire('pdts-index') @endsection @extends('../layouts/partials/footer')