| Current Path : /var/www/html/performance.sumar.com.py/resources/views/admin/tableros/ |
| Current File : /var/www/html/performance.sumar.com.py/resources/views/admin/tableros/show.blade.php |
@extends('adminlte::page')
@section('title', 'Tableros')
@section('content_header')
<h1>Tableros</h1><hr>
@stop
@section('content')
@livewire('vertableros')
@stop