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
-2
View File
@@ -25,7 +25,6 @@ height: 30%;
<br>
{!! Form::open(array('action' => 'BillController@create')) !!}
{{ Form::hidden('username', $username) }}
<p>
{{ Form::button('create', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}
@@ -33,7 +32,6 @@ height: 30%;
{!! Form::close() !!}
{!! Form::open(array('action' => 'BillController@manage')) !!}
{{ Form::hidden('username', $username) }}
<p>
{{ Form::button('mange', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}