functional
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user