diff --git a/resources/views/barobill/etax/index.blade.php b/resources/views/barobill/etax/index.blade.php index 43025df3..d44e9f4d 100644 --- a/resources/views/barobill/etax/index.blade.php +++ b/resources/views/barobill/etax/index.blade.php @@ -101,6 +101,9 @@ isHeadquarters: {{ ($currentTenant?->id ?? 0) == 1 ? 'true' : 'false' }} }; + // 서버 모드 정보 + const IS_TEST_MODE = {{ $isTestMode ? 'true' : 'false' }}; + // StatCard Component const StatCard = ({ title, value, subtext, icon }) => (
@@ -352,15 +355,33 @@