@extends('adminlte::page') @section('title', 'Tablero') @section('content_header') <h1>Tablero</h1><hr> @stop @section('content') @livewire('tableros') @stop