{!! Form::open(['action' => ['BillingController@billAgreement'], 'id' => 'fm_bill_agreement', 'class' => 'form-horizontal', 'role' => 'form']) !!} {!! Form::hidden('agreement_id', $agreement_id, ['id' => 'agreement_id']) !!}
{!! Form::label('billing_month', 'Billing Month:', ['class' => 'control-label col-sm-2']) !!}
{!! Form::label('arrear_interest', 'Arrear interest?', ['class' => 'control-label col-sm-3']) !!}
{!! Form::checkbox('arrear_interest',null, true) !!}
{!! Form::close() !!}