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
+1 -1
View File
@@ -48,7 +48,7 @@ height: 30%;
</p> </p>
{!! Form::close() !!} {!! Form::close() !!}
<div class="jumbotron text-center"> <div class="jumbotron text-center">
<h1>Alright {{ $username }}, here is where you can manage the bills you own bills</h1> <h1>Alright {{ $username }}, here is where you can manage the bills you own</h1>
<br><br> <br><br>
{!! Form::open(array('action' => 'BillController@managebill')) !!} {!! Form::open(array('action' => 'BillController@managebill')) !!}
+8 -6
View File
@@ -52,13 +52,15 @@ height: 30%;
{!! Form::open(array('action' => 'BillController@viewbill')) !!} {!! Form::open(array('action' => 'BillController@viewbill')) !!}
{{ Form::hidden('username', $username) }} {{ Form::hidden('username', $username) }}
<select name='tough'>
@foreach ($grass as $record)
<option value={{ $record }}>{{ $record }}</option>
@endforeach
</select>
<p> <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> </p>
{!! Form::close() !!} {!! Form::close() !!}
<div> <div>