Alright {{ $username }}, here is where you can view bills that you need to pay...

{!! Form::open(array('action' => 'HomeController@home')) !!} {{ Form::hidden('username', $username) }}

{{ Form::button('user Home', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}

{!! Form::close() !!} {!! Form::open(array('action' => 'BillController@viewbill')) !!} {{ Form::hidden('username', $username) }}

{{ Form::button('Create Bill', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}

{!! Form::close() !!}