@extends('layouts.app') @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 @push('scripts') @endpush