functional

This commit is contained in:
monde
2017-05-29 19:03:36 +00:00
parent 26da6e6784
commit 35924e05a3
8 changed files with 266 additions and 39 deletions
+4
View File
@@ -40,6 +40,10 @@
{{ Form::label('confirm') }}
{{ Form::password('confirm') }}
</p>
<p>
{{ Form::label('roomlabel') }}
{{ Form::select('room', array('single' => 'single', 'double' => 'double')) }}
</p>
<p>
{{ Form::submit('register me') }}
</p>