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
+3 -1
View File
@@ -18,7 +18,7 @@
{{ Form::hidden('username', $username) }}
<p>
{{ Form::button('user Home', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}
{{ Form::button('userHome', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}
</p>
{!! Form::close() !!}
@@ -26,6 +26,8 @@
{{ Form::hidden('username', $username) }}
<p>
{{ Form::label('lbl', 'bill name', array('style' => 'font-size:400%')) }}
</p>
<p>
{{ Form::text('billname', '', array('style' => 'font-size:400%')) }}
</p>
<p>