File: /home/cursos.ril.es/storage/framework/views/234cff0fc5ed0375851c9b992a9fc7f6ba7e3cce.php
<div class="col-sm-8 col-sm-offset-2">
<div class="page-header">
<h1><span class="fi-torsos-all"></span> Listado de Alumnos</h1>
<div class="form-group">
<select name="plantillas" id="plantillas" class="form-control">
<?php foreach($plantillas as $plantilla): ?>
<option value="<?php echo e($plantilla->id); ?>"><?php echo e($plantilla->nombre); ?></option>
<?php endforeach; ?>
</select>
</div>
<button class="btn btn-info" id="enviar">Enviar <span class="fi-mail"></span></button>
</div>
</div>
<div>
<table class="table table-striped table-bordered dt-responsive nowrap" id="alumnos-table" style="width: 100%;">
<thead>
<tr>
<th>Nombre</th>
<th>Apellidos</th>
<th>Teléfono</th>
<th>Email</th>
<th>Cámara</th>
<th>Ver cursos</th>
<th>Editar</th>
<th>Borrar</th>
</tr>
</thead>
</table>
</div>