@if (invoice()?.status) { }
@if (debtAmount() > 0) {
}
@if (invoice() && supplier()) { }