{{ $lang() === 'th' ? 'EN' : 'ไทย' }}
S
{{ $t("auth.welcome") }}
{{ $t("auth.welcome_sub") }}
{{ $t("auth.f.username") }}
{{ $t("auth.f.password") }}
{{ $t("auth.f.forgot") }}
{{ $t("auth.f.remember") }}
{{ isSubmitting ? $t("auth.btn.signing_in") : $t("auth.btn.signin") }}
{{ $t("auth.btn.register") }}
{{ $t("auth.notice") }}
{{ $t("auth.security_note") }}