From 5e979057869ac90c3022c9fd35f0de28efddc28b Mon Sep 17 00:00:00 2001 From: Kwesi Banson Jnr Date: Fri, 29 May 2026 10:28:27 +0000 Subject: [PATCH] i added last 10 days text on the sms charge section --- resources/views/client-traffic/index-main.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/client-traffic/index-main.blade.php b/resources/views/client-traffic/index-main.blade.php index a9f656c..2dc09c9 100644 --- a/resources/views/client-traffic/index-main.blade.php +++ b/resources/views/client-traffic/index-main.blade.php @@ -79,10 +79,10 @@
-
Sent Messages
+
Sent Messages (last 10 days)
-
SMS Charge(MWK) : {{ $split_sms_units_arr['charge_computation'] }}
-
SMS Units : Airtel : {{ number_format($split_sms_units_arr['Airtel SMSUnits']) }} | TNM : {{ number_format($split_sms_units_arr['TNM SMSUnits']) }}
+
SMS Charge(MWK) : {{ $split_sms_units_arr['charge_computation'] }}
+
SMS Units : Airtel : {{ number_format($split_sms_units_arr['Airtel SMSUnits']) }} | TNM : {{ number_format($split_sms_units_arr['TNM SMSUnits']) }}