| Current Path : /var/www/html/performance.sumar.com.py/resources/views/admin/historial/ |
| Current File : /var/www/html/performance.sumar.com.py/resources/views/admin/historial/index.blade.php |
@extends('adminlte::page')
@section('title', 'Historial del evaluado')
@section('content_header')
<h1 >Historial del evaluado</h1><hr>
@stop
@section('content')
@livewire('historials')
@stop