From d26c3b9cc15e80d9a11504d705dc71d923639dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 21 Feb 2026 14:30:29 +0900 Subject: [PATCH] =?UTF-8?q?debug:=20[barobill]=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=94=94=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/barobill/settings/index.blade.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/views/barobill/settings/index.blade.php b/resources/views/barobill/settings/index.blade.php index c90544e3..33a36a27 100644 --- a/resources/views/barobill/settings/index.blade.php +++ b/resources/views/barobill/settings/index.blade.php @@ -13,6 +13,14 @@ :icon="''" /> + +
+ tenant_id={{ session('selected_tenant_id', 'null') }} | + member_id={{ $barobillMember?->id ?? 'null' }} | + barobill_id={{ $barobillMember?->barobill_id ?? 'null' }} | + hasBarobillLogin={{ $hasBarobillLogin ? 'true' : 'false' }} +
+ @if($barobillMember)