@if($modulo)
{!! Form::label('txt', 'Módulo:', array('style' => 'font-weight:bold;')) !!}
{!! Form::label('modulo', $modulo) !!}
@endif
{!! Form::label('txt', 'Código:',array('style' => 'font-weight:bold;')) !!}
{!! Form::label('codigo', $datos['codigo']) !!}
{!! Form::label('txt', 'Nombre:',array('style' => 'font-weight:bold;')) !!}
{!! Form::label('nombre', $datos['nombre']) !!}
{!! Form::label('txt', 'Número de créditos:',array('style' => 'font-weight:bold;')) !!}
{!! Form::label('creditos', $datos['creditos']) !!}
{!! Form::label('txt', 'Cantidad de horas:',array('style' => 'font-weight:bold;')) !!}
{!! Form::label('horas', $datos['horas']) !!}
{!! Form::label('txt', 'Tipo de Curso:',array('style' => 'font-weight:bold;')) !!}
{!! Form::label('tipo', $datos['tipo']) !!}
{!! Form::label('txt', 'Descripción:',array('style' => 'font-weight:bold;')) !!}
{!! Form::label('descripcion', $datos['descripcion']) !!}
{!! Form::label('txt', 'Temas del curso:',array('style' => 'font-weight:bold;')) !!}
{!! Form::label('temas', $datos['temas']) !!}