{{ Form::label('lbl', 'bill name') }}
{{ Form::text('billname', '') }}
{{ Form::button('Create Bill', array('class' => 'createbill', 'type' => 'submit')) }}