@extends('layouts.admin') @section('title','Participantes') @section('styles') @endsection @section('options') @endsection @section('preference') @endsection @section('content')
| Id | Nombre | Funcion | Sigla | Acciones |
|---|---|---|---|---|
| {{$participante->id}} | {{$participante->nombre}} {{$participante->apellido}} | {{$participante->funcion}} | {{$participante->codigo}} | {!! Form::open(['route'=>['participantes.destroy',$participante], 'method'=>'DELETE']) !!} {!! Form::close() !!} |