@if(empty($usageList))

조회된 사용량이 없습니다

조회 기간을 확인하거나, 활성 회원사가 있는지 확인해주세요.

@else
@if($allTenants ?? false) @endif @foreach($usageList as $usage) @if($allTenants ?? false) @endif @endforeach @if($allTenants ?? false) @endif
T-ID 테넌트 사업자번호 상호명 세금계산서(건) 등록계좌(개) 등록카드(장) 홈텍스 과금액 상세
{{ $usage['tenant_id'] }} {{ $usage['tenant_name'] }}
{{ $usage['formatted_biz_no'] }}
{{ $usage['corp_name'] }}
{{ $usage['barobill_id'] }}
{{ number_format($usage['tax_invoice_count']) }} {{ number_format($usage['card_count']) }} {{ number_format($usage['hometax_count']) }} {{ number_format($usage['total_amount']) }}
합계 {{ number_format($totalRow['tax_invoice_count']) }} {{ number_format($totalRow['bank_account_count']) }} {{ number_format($totalRow['card_count']) }} {{ number_format($totalRow['hometax_count']) }} {{ number_format($totalRow['total_amount']) }}원
@endif