From 5ae31b9cea3c434c14b9c9ddd929b21d794b4731 Mon Sep 17 00:00:00 2001 From: MahanCh Date: Mon, 28 Jul 2025 16:17:53 +0330 Subject: [PATCH] add "debt" section for mobile --- .../Pages/Shared/_headerAndFooter.cshtml | 94 ++++++++++--------- 1 file changed, 51 insertions(+), 43 deletions(-) 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) { -