@extends('layouts.adminpages') @section('content')
| Nombre | Role | Correo | Tiempo | Porcentaje | Opciones |
|---|---|---|---|---|---|
| {{ $participant->user->fullName }} | {{ $participant->user->first_role_name }} | {{ $participant->user->email }} | {{ $participant->time_to_respond }} | {{ number_format($participant->percentage_correct, 2) }}% | |
| No se encontraron resultados. | |||||