• Home
  • Manage Catalog
  • Manage Products
  • Import
  • Media
  • @if(Session::get('superAdmin') == "1")
  • Catalog Builder
  • @endif
  • Master Setup
  • Reports
  • Output
  • @if(Session::get("superAdmin") > 0 || Session::get("userRole") == 'Reseller' || Session::get("userRole") == 'Account manager')
  • Master Admin
  • @endif
  • @php $user = App\User::find(Session::get("userPrimaryKeyID")); @endphp   ({{ count($user->unreadNotifications) }}) @if(count($user->unreadNotifications) > 0)
    • Mark All as Read
    • @foreach ($user->unreadNotifications as $notification)
    • {{ $notification->data['data'] }}
    • @endforeach
    @endif
  • {{Auth::user()->email}}
      @if(Session::get("userRole") == 'Account manager')
    • Manage subscription
    • @endif @if(Session::get('superAdmin') == 1)
    • Wordpress Integration
    • Dropbox Integration
    • @endif
    • Sign Out
      @csrf