@lang('modules.settings.downloadsDescription')
@lang('modules.settings.downloadsDesktopNotConfigured')
@elseDownload the official desktop app for Windows & macOS
Windows
@if(\Illuminate\Support\Str::contains($app->windows_file_path, ['microsoft.com', 'apps.microsoft.com']))Get it from Microsoft Store
@endifmacOS
@if(\Illuminate\Support\Str::contains($app->mac_file_path, 'apps.apple.com'))Download on the Mac App Store
@endif@lang('modules.settings.downloadsMobileNotConfigured')
@elseOfficial delivery partner app – download
Android
@if(\Illuminate\Support\Str::contains($app->partner_app_android, 'play.google.com'))Get it on Google Play
@endifiOS
@if(\Illuminate\Support\Str::contains($app->partner_app_ios, 'apps.apple.com'))Download on the App Store
@endif