{{-- 프리미엄 다크 견적서 템플릿 --}}
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) }}원 별도
| 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) }} | |||
비 고
(주)코드브릿지엑스
대표이사 이 의 찬