{{-- 통계 카드 --}}
| 업체명 | 담당 파트너 | 담당 매니저 | 영업 진행률 | 매니저 진행률 | 1차 납입 | 1차 수당 | 2차 납입 | 2차 수당 | 매니저 수당 | 개발 상태 | 상태 | 등록일 | 관리 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $prospect->company_name }}
{{ $prospect->business_number }}
|
@if($prospect->registeredBy) {{ $prospect->registeredBy->name }} @else - @endif | @if($prospect->manager_user) {{ $prospect->manager_user->name }} @else 미지정 @endif |
|
|
@php
$commissionDisabled = $prospect->sales_progress < 100 || $prospect->manager_progress < 100;
$disabledClass = $commissionDisabled ? 'opacity-40 cursor-not-allowed bg-gray-100' : '';
@endphp
{{-- 1차 납입완료 --}}
{{-- 1차 파트너 수당지급 --}} | {{-- 2차 납입완료 --}} | {{-- 2차 파트너 수당지급 --}} | {{-- 매니저 수당지급 --}} | @if(in_array($prospect->status, ['active', 'completed'])) @else {{ $prospect->status_label }} @endif | {{ $prospect->created_at->format('Y-m-d') }} |
@if($isSuperAdmin)
@endif
|
||
| 등록된 고객이 없습니다. | |||||||||||||