@props([ 'currentTenant', 'barobillMember' => null, 'isTestMode' => true, 'gradientFrom' => '#4f46e5', 'gradientTo' => '#7c3aed', 'icon' => null, ]) @if($currentTenant)
@if($icon) {!! $icon !!} @else @endif
T-ID: {{ $currentTenant->id }} @if($currentTenant->id == 1) 파트너사 @endif @if($isTestMode) 테스트 @else 운영 @endif

{{ $currentTenant->company_name }}

@if($barobillMember)

사업자번호

{{ $barobillMember->biz_no }}

대표자

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

담당자

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

바로빌 ID

{{ $barobillMember->barobill_id }}

@else
바로빌 회원사 미연동
@endif
@endif