bug fixes and new additions

This commit is contained in:
Kwesi Banson Jnr
2025-08-13 00:10:17 +00:00
parent cf39ff2682
commit eabf61b7da
133 changed files with 4231 additions and 590 deletions

View File

@@ -11,7 +11,7 @@ $staff_member_id = session('current_user.id');
<ul class="nav navbar-nav navbar-right">
<li class="">
<a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<a href="javascript:;" class="user-profile dropdown-toggle text-primary" data-toggle="dropdown" aria-expanded="false">
<img src="{{ url('public/assets/img/user.png') }}" alt="">{{ session('current_user.name') }}
<span class=" fa fa-angle-down"></span>
</a>