{{ translate('messages.business_setup') }}

    @if(\App\CentralLogics\Helpers::employee_module_permission_check('my_restaurant'))
  • {{translate('messages.My_Restaurant')}}
  • @endif @if(\App\CentralLogics\Helpers::employee_module_permission_check('restaurant_config'))
  • {{translate('messages.Business_Configuration')}}
  • @endif @if(\App\CentralLogics\Helpers::employee_module_permission_check('wallet_method'))
  • {{translate('messages.Payment_Information')}}
  • @endif @if(\App\CentralLogics\Helpers::employee_module_permission_check('my_qr_code'))
  • {{translate('messages.My_QR_Code')}}
  • @endif @if(\App\CentralLogics\Helpers::employee_module_permission_check('notification_setup'))
  • {{translate('messages.Notification_Setup')}}
  • @endif