{{ Form::label('lbl', 'bill name', array('style' => 'font-size:500%')) }}
{{ Form::text('billname', '', array('style' => 'width:70%;height:15%;font-size:500%')) }}
{{ Form::button('Create Bill', array('style' => 'height:20%;width:70%;font-size:500%', 'type' => 'submit')) }}
{!! Form::close() !!}