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

Tareas

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