{{ Form::button('create', array('class' => 'createsection', 'type' => 'submit')) }}
{!! Form::close() !!} {!! Form::open(array('action' => 'BillController@manage')) !!} {{ Form::hidden('username', $username) }}{{ Form::button('mange', array('class' => 'managesection', 'type' => 'submit')) }}
{!! Form::close() !!} {!! Form::open(array('action' => 'BillController@view')) !!} {{ Form::hidden('username', $username) }}{{ Form::button('view', array('class' => 'viewsection', 'type' => 'submit')) }}
{!! Form::close() !!}