{{ 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() !!}