fixed some ui bugs
This commit is contained in:
@@ -48,7 +48,7 @@ height: 30%;
|
||||
</p>
|
||||
{!! Form::close() !!}
|
||||
<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>
|
||||
|
||||
{!! Form::open(array('action' => 'BillController@managebill')) !!}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user