{{-- 모던/미니멀 견적서 템플릿 --}}
{{-- 헤더 --}}

견적서

QUOTATION

No. {{ $quotationNo }}

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

{{-- 수신 / 공급자 --}}

수신

{{ $quotation->title }}

{{ $company['industry'] ?? '-' }} · {{ $company['scale'] ?? '-' }}

@if(!empty($company['current_systems']))

현재: {{ implode(', ', $company['current_systems']) }}

@endif

공급자

(주)코드브릿지엑스

대표 이의찬

인천 남동구 남동대로 215번길 30 · 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) }}
VAT (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. 세부 사항은 별도 협의를 통해 조정될 수 있습니다.
{{-- 서명 --}}

(주)코드브릿지엑스

대표이사 이의찬