@if (Auth::user()->avatar_original != null)
@else @endif
{{ Auth::user()->name }}
  • {{translate('My Profile')}}
  • @if($business->where('type', 'classified_product')->first()->value == 1)
  • {{translate('Classified Products')}}
  • @endif @php $delivery_viewed = App\Order::where('user_id', Auth::user()->id)->where('delivery_viewed', 0)->count(); $payment_status_viewed = App\Order::where('user_id', Auth::user()->id)->where('payment_status_viewed', 0)->count(); $refund_request_addon = $addons->where('unique_identifier', 'refund_request')->first(); $club_point_addon = $addons->where('unique_identifier', 'club_point')->first(); @endphp
  • {{translate('Order History')}} @if($delivery_viewed > 0 || $payment_status_viewed > 0)({{ translate('New Notifications') }})@endif
  • @if ($refund_request_addon != null && $refund_request_addon->activated == 1)
  • {{translate('My Return Request')}}
  • @endif
  • {{translate('Wishlist')}}
  • @if ($business->where('type', 'conversation_system')->first()->value == 1) @php $conversation = \App\Conversation::where('sender_id', Auth::user()->id)->where('sender_viewed', 0)->count(); @endphp
  • {{translate('Conversations')}} @if ($conversation > 0) ({{ $conversation }}) @endif
  • @endif
  • {{translate('Manage Profile')}}
  • @if ($business->where('type', 'wallet_system')->first()->value == 1)
  • {{translate('My Wallet')}}
  • @endif @if ($club_point_addon != null && $club_point_addon->activated == 1)
  • {{translate('Earning Points')}}
  • @endif @if ($addons->where('unique_identifier', 'affiliate_system')->first() != null && $addons->where('unique_identifier', 'affiliate_system')->first()->activated && Auth::user()->affiliate_user != null && Auth::user()->affiliate_user->status)
  • {{translate('Affiliate System')}}
  • @endif @php $support_ticket = DB::table('tickets') ->where('client_viewed', 0) ->where('user_id', Auth::user()->id) ->count(); @endphp
  • {{translate('Raise a Ticket')}} @if($support_ticket > 0) ({{ $support_ticket }} {{ translate('New') }}) @endif
@if ($business->where('type', 'vendor_system_activation')->first()->value == 1)
{{translate('Be A Seller')}}
@endif