{{ __('Dashboard') }}

  • @lang('Dashboard')
  • @if(Auth::user()->IsVendor())
  • {{ __('Vendor Dashboard') }}
  • @endif
  • {{ __('Purchased Items') }}
  • {{ __('Deposit') }}
  • {{ __('Transactions') }}
  • {{ __('Rewards') }}
  • {{ __('Affiliate Program') }}
  • {{ __('Withdraw') }}
  • {{ __('Order Tracking') }}
  • {{ __('Favourite Sellers') }}
  • {{ __('Messages') }}
  • {{ __('Tickets') }}
  • {{ __('Disputes') }}
  • {{ __('Edit Profile') }}
  • {{ __('Reset Password') }}
  • {{ __('Logout') }}
@if($gs->reg_vendor == 1)
{{ Auth::user()->is_vendor == 1 ? __('Start Selling') : (Auth::user()->is_vendor == 0 ? __('Start Selling') : __('Pricing Plans')) }}
@endif