@extends('layouts.admin') @section('content')
@csrf
{{-- 左欄:版本基本資訊 --}}

{{ __('Version Information') }}

{{ __('Firmware identification details') }}

{{-- 版本名稱 --}}

{{ __('Format: Major_Minor_Patch_R') }}

{{-- 版本代碼 --}}

{{ __('Must be strictly greater than previous version') }}

{{-- 機台風味 --}}
{{-- S號 / Android 12 / XY主板 × 客戶專案 --}}

{{ __('Target hardware flavor for this APK') }}

{{-- 更新說明 --}}
{{-- 右欄:檔案上傳與更新模式 --}}
{{-- 上傳模式卡片 --}}

{{ __('APK Source') }}

{{ __('Upload file or provide URL') }}

{{-- 上傳模式切換 --}}
{{-- 檔案上傳區域 --}}

{{ __('Drag & drop your APK here') }}

{{ __('Maximum file size: 100MB') }} · .apk

{{-- 外連 URL 輸入區域 --}}

{{ __('Provide a publicly accessible direct download link') }}

{{-- 注意事項卡片 --}}

{{ __('Important Notice') }}

{{ __('Version Code must be strictly greater than the previous release, otherwise the OTA silent installation on the device will fail with INSTALL_FAILED_ALREADY_EXISTS.') }}

@endsection