@extends('layouts.app') @section('title', '사용량조회') @section('content') @if($currentTenant)
T-ID: {{ $currentTenant->id }} @if($isHeadquarters ?? false) 파트너사 @endif

{{ $currentTenant->company_name }}

@if($barobillMember)

사업자번호

{{ $barobillMember->formatted_biz_no }}

대표자

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

담당자

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

바로빌 ID

{{ $barobillMember->barobill_id }}

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

사용량조회

바로빌 서비스별 사용량 및 과금 현황을 조회합니다

* 운영서버를 사용하는 고객만 표시됩니다 (테스트 모드 제외)

@include('barobill.usage.partials.stats-skeleton')
~
@endsection @push('scripts') @endpush