diff --git a/ServiceHost/Areas/Client/Pages/Shared/_headerAndFooter.cshtml b/ServiceHost/Areas/Client/Pages/Shared/_headerAndFooter.cshtml index 2c9237ff..f8ffbb4e 100644 --- a/ServiceHost/Areas/Client/Pages/Shared/_headerAndFooter.cshtml +++ b/ServiceHost/Areas/Client/Pages/Shared/_headerAndFooter.cshtml @@ -14,7 +14,23 @@ var debtAmount = await _financialStatmentApplication.GetClientDebtAmount(currentAccount.Id); } + - +@if (debtAmount > 0) +{ +
+ + icon + + + مبلغ قابل پرداخت: @debtAmount.ToMoney() ریال + +
+}
@@ -94,46 +142,6 @@
@if (debtAmount > 0) { -