@extends('layouts/app') @section('titulo', 'lista de participantes') @section('content') {{-- notificaciones --}}
| ID | DNI | PARTICIPANTE | CURSO | CORREO | PARTICIPÓ COMO | CODIGO | CERTIFICADO |
|---|
| ID | DNI | PARTICIPANTE | CURSO | CORREO | PARTICIPÓ COMO | CODIGO | CERTIFICADO | |
|---|---|---|---|---|---|---|---|---|
| {{ $item->id_participante }} | {{ $item->dni }} | {{ $item->nombre }} {{ $item->apellido }} | {{ $item->curso }} | {{ $item->correo }} | {{ $item->participo_como }} | {{ $item->codigo }} | @if ($item->participo_como == 'otro') @if ($item->certificado == '') Sin certificado @else Ver certificado @endif @endif | @if ($item->participo_como == 'otro') @endif | {{-- modal de modificar --}} {{-- modal qr --}}