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) +
+
+
+
+ + + +
+
+
+ T-ID: {{ $currentTenant->id }} + @if($currentTenant->id == 1) + 파트너사 + @endif +
+

{{ $currentTenant->company_name }}

+
+
+ @if($barobillMember) +
+
+

사업자번호

+

{{ $barobillMember->biz_no }}

+
+
+

대표자

+

{{ $barobillMember->ceo_name ?? '-' }}

+
+
+

담당자

+

{{ $barobillMember->manager_name ?? '-' }}

+
+
+

바로빌 ID

+

{{ $barobillMember->barobill_id }}

+
+
+ @else +
+ + + + 바로빌 회원사 미연동 +
+ @endif +
+
+@endif +
@endsection @@ -548,57 +599,6 @@ return (
- {/* 현재 테넌트 정보 카드 */} - @if($currentTenant) -
-
-
-
- - - -
-
-
- T-ID: {{ $currentTenant->id }} - @if($currentTenant->id == 1) - 파트너사 - @endif -
-

{{ $currentTenant->company_name }}

-
-
- @if($barobillMember) -
-
-

사업자번호

-

{{ $barobillMember->biz_no }}

-
-
-

대표자

-

{{ $barobillMember->ceo_name ?? '-' }}

-
-
-

담당자

-

{{ $barobillMember->manager_name ?? '-' }}

-
-
-

바로빌 ID

-

{{ $barobillMember->barobill_id }}

-
-
- @else -
- - - - 바로빌 회원사 미연동 -
- @endif -
-
- @endif - {/* Page Header */}