@extends('layouts.app') @section('title', '사용량조회') @section('content') @if($currentTenant)
사업자번호
{{ $barobillMember->formatted_biz_no }}
대표자
{{ $barobillMember->ceo_name ?? '-' }}
담당자
{{ $barobillMember->manager_name ?? '-' }}
바로빌 ID
{{ $barobillMember->barobill_id }}
바로빌 서비스별 사용량 및 과금 현황을 조회합니다
* 운영서버를 사용하는 고객만 표시됩니다 (테스트 모드 제외)