{{ Form::button('user Home', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}
{!! Form::close() !!} {!! Form::open(array('action' => 'BillController@createbill')) !!} {{ Form::hidden('username', $username) }}
{{ Form::text('billname', '', array('style' => 'height:40%;width:70%')) }}
{{ Form::button('Create Bill', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}
{!! Form::close() !!}