{{-- 프리미엄 다크 견적서 템플릿 --}}
{{-- 골드 라인 + 제목 --}}

견 적 서

PREMIUM QUOTATION

No. {{ $quotationNo }}

{{ $quotation->created_at->format('Y. m. d') }}

유효기간: 견적일로부터 30일

{{-- 수신 / 공급자 --}}
수 신 공 급 자
귀사명{{ $quotation->title }} 상 호(주)코드브릿지엑스
업 종{{ $company['industry'] ?? '-' }} 대 표이의찬
규 모{{ $company['scale'] ?? '-' }} 주 소인천 남동구 남동대로 215번길 30
현재시스템{{ !empty($company['current_systems']) ? implode(', ', $company['current_systems']) : '-' }} 연락처032-123-4567
{{-- 합계 --}}

아래와 같이 견적합니다.

합계금액: 금 {{ $devTotalKorean }}원정 (₩{{ number_format($devSubtotal) }})

※ 부가가치세 별도 / 월 구독료 {{ number_format($monthlySubtotal) }}원 별도

{{-- 품목 --}} @foreach($sortedItems as $index => $item) @endforeach
No구분품 목 설 명개발비 (원)월 구독료 (원)
{{ $index + 1 }} {{ $item->is_required ? '필수' : '선택' }} {{ $item->module_name }} {{ Str::limit($item->reason, 80) }} {{ number_format((int) $item->dev_cost) }} {{ number_format((int) $item->monthly_fee) }}
소 계 {{ number_format($devSubtotal) }} {{ number_format($monthlySubtotal) }}
부가세 (10%) {{ number_format($devVat) }} {{ number_format($monthlyVat) }}
합 계 {{ number_format($devTotal) }} {{ number_format($monthlyTotal) }}
{{-- 비고 --}}

비 고

  1. 상기 금액은 부가가치세 별도입니다.
  2. 개발비 납부 조건: 계약 시 50%, 완료 시 50% 분할 납부
  3. 월 구독료: 서비스 오픈일부터 과금 (월 {{ number_format($monthlyTotal) }}원, VAT 포함)
  4. @if($estimatedMonths)
  5. 예상 구축 기간: {{ $estimatedMonths }}개월
  6. @endif
  7. 본 견적서의 유효기간은 견적일로부터 30일입니다.
  8. 세부 사항은 별도 협의를 통해 조정될 수 있습니다.
{{-- 서명 --}}

(주)코드브릿지엑스

대표이사 이 의 찬

(인)