Logo
Logo
Logo
{{-- Notification icon --}} {{--
  • image
    Archer Likes your post
  • image
    Cody Commented on your post
  • image
    Zane Shared your post
  • image
    Christopher Likes your post
  • image
    Charlie Commented on your post
  • image
    Jayden Shared your post
  • Show all message
--}}
    C CE / *
    7 8 9 -
    4 5 6 +
    1 2 3 =
    0 .
  • @if(auth()->check())

    {{auth()->user()->first_name. " ".auth()->user()->last_name }}
    ({{get_role_fullname(auth()->user()->role_id)}})

    {{auth()->user()->user_type }} @elseif(auth('employee')->check())

    {{auth('employee')->user()->emp_name}}

    ({{auth('employee')->user()->emp_designation}}) @endif
  • {{--
  • Profile
  • Message
  • Taskboard
  • Help

  • Settings
  • --}} @if((auth('employee')->check() && auth('employee')->user()->hasPermission('user.change-password')) || (auth()->check() && auth()->user()->hasPermission('user.change-password')))
  • Change Password
  • @endif
  • Logout