• {{__('Dashboard')}}
  • @if ($bex->recurring_billing == 1)
  • {{__('Packages')}}
  • @endif @if ($bex->is_shop == 1 && $bex->catalog_mode == 0)
  • {{__('Product Orders')}}
  • @endif @if ($bex->recurring_billing == 0)
  • {{__('Package Orders')}}
  • @endif @if ($bex->is_course == 1)
  • {{__('Courses')}}
  • @endif @if ($bex->is_event == 1)
  • {{__('Event Bookings')}}
  • @endif @if ($bex->is_donation == 1)
  • {{__('Donations')}}
  • @endif @if ($bex->is_ticket == 1)
  • {{__('Support Tickets')}}
  • @endif
  • {{__('Edit Profile')}}
  • @if ($bex->is_shop == 1 && $bex->catalog_mode == 0)
  • {{__('Shipping Details')}}
  • {{__('Billing Details')}}
  • @endif
  • {{__('Change Password')}}
  • {{__('Logout')}}