Mark as Unpaid

Are you sure you want to mark this bill as unpaid?

Important: This action will only change the bill's status from "Paid" to "Unpaid." It will not delete any income or balance. The bill amount will remain in the system. If you wish to delete this bill's income, please remove it from the Income module.

{{ Form::open(['method'=> 'POST']) }} {{ Form::hidden('branch_id',$branch_id,['id'=>'branch_id']) }} {{ Form::hidden('bill_id',$bill_id,['id'=>'bill_id']) }} {{ Form::hidden('bill_amount',$bill_amount,['id'=>'bill_amount']) }} {{ Form::hidden('client_id',$client_id,['id'=>'client_id']) }} {{ Form::close() }}