@php if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on'): $link = "https"; else: $link = "http"; // Here append the common URL characters. $link .= "://"; // Append the host(domain name, ip) to the URL. $link .= $_SERVER['HTTP_HOST']; // Append the requested resource location to the URL $link .= $_SERVER['REQUEST_URI']; endif; @endphp
  • {{ __("Dashboard") }}
  • @if($gs->is_cart)
  • {{ __("Purchased Items") }}
  • @endif
  • {{ __("Wishlists") }}
  • @if(config("features.marketplace") && $gs->is_affilate == 1)
  • {{ __("Affiliate Code") }}
  • {{ __("Withdraw") }}
  • @endif @if($gs->is_cart)
  • {{ __("Order Tracking") }}
  • @endif @if(config("features.marketplace"))
  • {{ __("Favorite Sellers") }}
  • @endif @if(config("features.marketplace"))
  • {{ __("Messages") }}
  • @endif @if(!config("features.marketplace"))
  • {{ __("Tickets") }}
  • {{ __("Disputes") }}
  • @endif
  • {{ __("Edit Profile") }}
  • {{ __("Reset Password") }}
  • {{ __("Logout") }}