bug fixes and new additions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user