{{ Form::button('create', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}
{!! Form::close() !!} {!! Form::open(array('action' => 'BillController@manage')) !!} {{ Form::hidden('username', $username) }}{{ Form::button('mange', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}
{!! Form::close() !!} {!! Form::open(array('action' => 'BillController@view')) !!} {{ Form::hidden('username', $username) }}{{ Form::button('view', array('style' => 'height:40%;width:70%', 'type' => 'submit')) }}
{!! Form::close() !!}