@extends('layouts.app') @section('title', __('Desktop Launcher')) @section('content')
{{ __('Run as Desktop App') }}

{{ __('Use the desktop launcher to start the local server and open TradeERP like a desktop application.') }}

{{ __('Launcher') }}TradeERP-Desktop.exe
{{ __('Fallback') }}run-tradeerp-desktop.bat
{{ __('Local URL') }}http://127.0.0.1:8000

{{ __('Keep XAMPP/MySQL available before using the launcher if your database is hosted in XAMPP.') }}

@endsection