|
@@ -11,7 +11,7 @@
|
|
|
<div class="col md-6">
|
|
|
<div class="mt-4 pt-1" style="display:flex; justify-content: end;">
|
|
|
<!-- <i class="fa fa-user me-2" style="color:black !important; font-size: 13px; height: 25px; padding: 3.5px 5.9px; border: 2px solid black; border-radius: 100%;"></i> -->
|
|
|
- <p style="color:black; font-weight:600 !important;">{{ Auth::user()->first_name }} , {{ Auth::user()->last_name }}</p>
|
|
|
+ <p style="color:black; font-weight:600 !important;">Hello, {{ Auth::user()->first_name }} {{ Auth::user()->last_name }}</p>
|
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
|
<div class="dropdown tooltips click_for_notification_list_popup_header" style="float: right; margin-top: 0px;" title="Notifications" id="notification_part">
|