diff --git a/resources/views/barobill/etax/index.blade.php b/resources/views/barobill/etax/index.blade.php index 3fdb06d5..de0d7215 100644 --- a/resources/views/barobill/etax/index.blade.php +++ b/resources/views/barobill/etax/index.blade.php @@ -3,6 +3,57 @@ @section('title', '전자세금계산서') @section('content') + +@if($currentTenant) +
사업자번호
+{{ $barobillMember->biz_no }}
+대표자
+{{ $barobillMember->ceo_name ?? '-' }}
+담당자
+{{ $barobillMember->manager_name ?? '-' }}
+바로빌 ID
+{{ $barobillMember->barobill_id }}
+사업자번호
-{{ $barobillMember->biz_no }}
-대표자
-{{ $barobillMember->ceo_name ?? '-' }}
-담당자
-{{ $barobillMember->manager_name ?? '-' }}
-바로빌 ID
-{{ $barobillMember->barobill_id }}
-