{{ Form::open(['method'=> 'POST', 'url'=>route('save.wg.multiple.bill.generated'), 'onsubmit'=>'return saveWGMultipleBillGenerated(this)', 'id'=> 'save_multiple_bill_generated']) }} {{ Form::hidden('bill_no', '', ['id'=>'hidden_bill_no']) }} {{ Form::hidden('bill_month', '', ['id'=>'hidden_bill_month']) }} {{ Form::hidden('service_charge_percent', '', ['id'=>'hidden_service_charge_percent']) }} {{ Form::hidden('other_charge', '', ['id'=>'hidden_other_charge']) }} {{ Form::hidden('selected_client', '', ['id'=>'hidden_selected_client']) }} {{ Form::hidden('created_at', '', ['id'=>'hidden_created_at']) }} {{ Form::hidden('bill_template', '', ['id'=>'hidden_bill_template']) }} {{ Form::hidden('send_bill_email', '', ['id'=>'hidden_send_bill_email']) }}

Multiple Bills

Are you sure you want to genearate bills?

{{ Form::close() }}