bug fixes on activity log and array_key_first alt using reset

This commit is contained in:
Kwesi Banson
2024-02-16 19:46:38 +00:00
parent d4ab479e0c
commit 7b3a29ca53
25 changed files with 579 additions and 160 deletions

View File

@@ -32,7 +32,9 @@
</li> -->
<li><a><i class="fa fa-dot-circle-o"></i>Short Codes <span class="fa fa-chevron-down"></span></a>
<ul class="nav child_menu">
<li><a href="{!! url('clients/shortcodes') !!}">Short Codes</a></li>
<li><a href="{!! url('clients/shortcodes/sms') !!}">SMS</a></li>
<li><a href="{!! url('clients/shortcodes/ussd') !!}">USSD</a></li>
<li><a href="{!! url('clients/shortcodes/voice') !!}">Voice</a></li>
</ul>
</li>