fixed some ui bugs

This commit is contained in:
amazing-username
2017-05-29 21:26:15 -05:00
parent a51c1491dc
commit 9d2fc48774
2 changed files with 9 additions and 7 deletions
+8 -6
View File
@@ -52,13 +52,15 @@ height: 30%;
{!! Form::open(array('action' => 'BillController@viewbill')) !!}
{{ Form::hidden('username', $username) }}
<select name='tough'>
@foreach ($grass as $record)
<option value={{ $record }}>{{ $record }}</option>
@endforeach
</select>
<p>
{{ Form::button('view bills', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}
<select name='tough'>
@foreach ($grass as $record)
<option value={{ $record }}>{{ $record }}</option>
@endforeach
</select>
</p>
<p>
{{ Form::button('view bills', array('style' => 'height:30%;width:70%', 'type' => 'submit')) }}
</p>
{!! Form::close() !!}
<div>