autodecar
Profile
admin
Account
{{ Auth::guard('web_user')->user()->full_name }}
Menu
    @if (in_array(Auth::guard('web_user')->user()->user_type, [1, 2]))
  • Dashboard
  • @endif
  • My Listing
  • @if (in_array(Auth::guard('web_user')->user()->user_type, [3, 4]))
  • My Bids
  • {{-- Now For Vehicle Type --}} @if (Auth::guard('web_user')->user()->shipper_type == 1)
  • PRO tools
  • @endif @endif
  • Inbox 7
  • My Reviews
  • Profile
  • Privacy
  • Support Mailbox
  • Logout