materialize

Editar sesión

{!! Form::text('reg',isset($evento) ? $evento->nombreEvento : null, ['class' => 'form-control', 'placeholder' => 'Ingrese tema de propuesta', 'id' => 'sesion', 'name' => 'sesion']) !!}
{{ Form::button('Guardar', ['type' => 'submit', 'class' => 'btn btn-submit text-light', 'style' => "background-color:rgb(150,0,72);"] )}}