@forelse($quotations as $q) @empty @endforelse
ID 제목 상태 AI 개발비 월 구독료 요청자 생성일
#{{ $q->id }} {{ Str::limit($q->title, 40) }} {{ $q->status_label }} {{ $q->ai_provider }} @if($q->isCompleted()) {{ number_format((int)$q->total_dev_cost) }}원 @else - @endif @if($q->isCompleted()) {{ number_format((int)$q->total_monthly_fee) }}원/월 @else - @endif {{ $q->creator?->name ?? '-' }} {{ $q->created_at->format('m/d H:i') }}

AI 견적 데이터가 없습니다.

@if($quotations->hasPages())
{{ $quotations->links() }}
@endif