@extends('layouts.app') @section('title', 'AI 견적 상세') @section('content')
AI Provider
{{ strtoupper($quotation->ai_provider) }}{{ $quotation->ai_model ? ' ('.$quotation->ai_model.')' : '' }}
견적번호
{{ $quotation->quote_number ?? '-' }}
제품 카테고리
{{ $quotation->product_category === 'STEEL' ? '철재' : '방화스크린' }}
입력 유형
{{ ['text' => '텍스트', 'voice' => '음성', 'document' => '문서'][$quotation->input_type] ?? $quotation->input_type }}
요청자
{{ $quotation->creator?->name ?? '-' }}
생성일
{{ $quotation->created_at->format('Y-m-d H:i') }}
회사명
{{ $client['company'] ?? '-' }}
담당자
{{ $client['contact'] ?? '-' }}
연락처
{{ $client['phone'] ?? '-' }}
이메일
{{ $client['email'] ?? '-' }}
| 위치 | 유형 | 규격 (W×H) | 수량 | 가이드레일 | 모터 | 비고 |
|---|---|---|---|---|---|---|
|
{{ $spec['floor_name'] ?? '-' }}
{{ $spec['floor_code'] ?? '' }}
|
{{ $spec['product_type'] ?? '-' }} | {{ ($spec['width_mm'] ?? 0) }}×{{ ($spec['height_mm'] ?? 0) }} | {{ $spec['quantity'] ?? 1 }} | {{ $spec['guide_rail'] ?? '-' }} | {{ $spec['motor'] ?? '-' }} | {{ $spec['note'] ?? '' }} |
| No | 위치 | 품목 | 규격 | 수량 | 단가 | 금액 |
|---|---|---|---|---|---|---|
| 재료비 | ||||||
| {{ $no++ }} | {{ $item->floor_code }} | {{ $item->module_name }} | {{ $item->specification }} | {{ number_format((float)$item->quantity, 0) }} {{ $item->unit }} | {{ number_format((float)$item->unit_price) }} | {{ number_format((float)$item->total_price) }} |
| 노무비 | ||||||
| {{ $no++ }} | {{ $item->floor_code }} | {{ $item->module_name }} | {{ $item->specification }} | {{ number_format((float)$item->quantity, 0) }} {{ $item->unit }} | {{ number_format((float)$item->unit_price) }} | {{ number_format((float)$item->total_price) }} |
| 설치비 | ||||||
| {{ $no++ }} | {{ $item->floor_code }} | {{ $item->module_name }} | {{ $item->specification }} | {{ number_format((float)$item->quantity, 0) }} {{ $item->unit }} | {{ number_format((float)$item->unit_price) }} | {{ number_format((float)$item->total_price) }} |
| {{ $no++ }} | {{ $item->floor_code }} | {{ $item->module_name }} | {{ $item->specification }} | {{ number_format((float)$item->quantity, 0) }} {{ $item->unit }} | {{ number_format((float)$item->unit_price) }} | {{ number_format((float)$item->total_price) }} |
{{ $domain['current_process'] ?? '' }}
@if(!empty($domain['pain_points']))| 구분 | 모듈 | 추천 근거 | 개발비 | 월 구독료 |
|---|---|---|---|---|
| @if($item->is_required) 필수 @else 선택 @endif |
{{ $item->module_name }}
{{ $item->module_code }}
|
{{ Str::limit($item->reason, 100) }} | {{ number_format((int)$item->dev_cost) }}원 | {{ number_format((int)$item->monthly_fee) }}원 |
| 합계 | {{ number_format((int)$quotation->total_dev_cost) }}원 | {{ number_format((int)$quotation->total_monthly_fee) }}원/월 | ||
예상 기간: {{ $plan['estimated_months'] ?? '?' }}개월
@if(!empty($plan['phases'])){{ $phase['name'] ?? '' }}
{{ $quotation->quotation_result['analysis_summary'] }}
AI 분석 중 오류가 발생했습니다. 다시 시도하거나 입력 내용을 수정해 주세요.
분석이 완료되면 자동으로 결과가 표시됩니다.