@extends('adminlte::page') @section('title', 'Tableros') @section('content_header') @stop @section('content') @livewire('viewtablero', ['evaluado_id' => $evaluado_id]) @stop