@if (Auth::user()->user_type != '1')
    • @endif
      @if ( $oauthUser->organizations && !$oauthUser->organizations->isEmpty() && count($oauthUser->organizations) > 1)
    • @endif {{--
    • English
    • --}} {{--
    • --}}
    • {{-- Night-Mode --}}
      {{-- Day-Mode --}}
    • {{ $oauthNotificationCount }}
      • Notifications

        {{ count($oauthNotifications) }} New
      • @foreach ($oauthNotifications as $notification)
        avatar

        {{ $notification->title }}

        {{ $notification->description }}
        @endforeach
      • Read all notifications
    • {{ ucwords(Auth::user()->name) }} @if (Auth::user()->employee_type) {{ ucwords(Auth::user()->employee_type) }} @else {{ Auth::user()->roleType ? Auth::user()->roleType->name : '' }} @endif
      @if ($oauthProfileImage) @else @endif
      Profile @if (Auth::user()->user_type == 'IAM-USER') Visiting Card @endif Logout
    @if(is_numeric($oauthUser->user_type))
      @if ($myServices->isNotEmpty())
    • My Services

    • @include('partials/my-services') @endif @if ($quickLinks->isNotEmpty())
    • Quick Links

    • @include('partials/quick-link') @endif
    @endif