@lang('superadmin.desktopApplicationSettingsDescription')
@lang('superadmin.desktopAppRequired')
@lang('superadmin.desktopAppRequiredDescription')
@if(($windows_file_path === \App\Models\DesktopApplication::WINDOWS_FILE_PATH) && ($mac_file_path === \App\Models\DesktopApplication::MAC_FILE_PATH))
TableTrack Desktop Printing App
Download the official TableTrack Desktop Printing App for direct printing
@endif
@lang('superadmin.desktopAppDemo')
Watch how the TableTrack desktop application works
@lang('superadmin.desktopApplicationSettingsDescription2')
@lang('superadmin.windowsApplication')
@error('windows_file_path')
{{ $message }}
@enderror
@if($windows_file_path !== \App\Models\DesktopApplication::WINDOWS_FILE_PATH)
@endif
@if(!empty($windows_file_path))
@lang('superadmin.downloadNow')
@endif
@lang('superadmin.macApplication')
@error('mac_file_path')
{{ $message }}
@enderror
@if($mac_file_path !== \App\Models\DesktopApplication::MAC_FILE_PATH)
@endif
@if(!empty($mac_file_path))
@lang('superadmin.downloadNow')
@endif
@lang('superadmin.deliveryPartnerMobileAppSettingsDescription')
@include('livewire.settings.partials.mobile-app-download-fields', [
'iosModel' => 'partner_app_ios',
'androidModel' => 'partner_app_android',
'iosLabel' => __('superadmin.deliveryPartnerIosApplication'),
'androidLabel' => __('superadmin.deliveryPartnerAndroidApplication'),
])
@lang('superadmin.waiterPosMobileAppSettingsDescription')
@include('livewire.settings.partials.mobile-app-download-fields', [
'iosModel' => 'waiter_pos_app_ios',
'androidModel' => 'waiter_pos_app_android',
'iosLabel' => __('superadmin.waiterPosIosApplication'),
'androidLabel' => __('superadmin.waiterPosAndroidApplication'),
])
@lang('superadmin.whiteLabelDesktopApp')
@lang('superadmin.whiteLabelDesktopAppDescription')
@lang('superadmin.whiteLabelFeatures')
-
@lang('superadmin.whiteLabelFeature1')
-
@lang('superadmin.whiteLabelFeature2')
-
@lang('superadmin.whiteLabelFeature3')
-
@lang('superadmin.whiteLabelFeature4')
@include('livewire.settings.partials.mobile-app-white-label', [
'title' => __('superadmin.whiteLabelDeliveryPartnerMobileApp'),
'description' => __('superadmin.whiteLabelDeliveryPartnerMobileAppDescription'),
'orderUrl' => 'https://envato.froid.works/my-account?tab=partner-mobile-app',
'orderButtonText' => __('superadmin.orderWhiteLabelDeliveryPartnerMobileApp'),
])
@include('livewire.settings.partials.mobile-app-white-label', [
'title' => __('superadmin.whiteLabelWaiterPosMobileApp'),
'description' => __('superadmin.whiteLabelWaiterPosMobileAppDescription'),
'orderUrl' => 'https://envato.froid.works/my-account?tab=partner-mobile-app&pm_product=tabletrack_waiter_pos',
'orderButtonText' => __('superadmin.orderWhiteLabelWaiterPosMobileApp'),
'gradientFrom' => 'from-teal-50',
'gradientTo' => 'to-cyan-50',
'darkGradientFrom' => 'dark:from-teal-900/20',
'darkGradientTo' => 'dark:to-cyan-900/20',
'borderColor' => 'border-teal-200',
'darkBorderColor' => 'dark:border-teal-800',
'iconColor' => 'text-teal-600',
'darkIconColor' => 'dark:text-teal-400',
'titleColor' => 'text-teal-900',
'darkTitleColor' => 'dark:text-teal-100',
'textColor' => 'text-teal-700',
'darkTextColor' => 'dark:text-teal-300',
'headingColor' => 'text-teal-800',
'darkHeadingColor' => 'dark:text-teal-200',
'buttonColor' => 'bg-teal-600',
'buttonHover' => 'hover:bg-teal-700',
'buttonRing' => 'focus:ring-teal-500',
])