@if($currentProspect)
Appel {{ $currentIndex + 1 }} / {{ count($prospects) }} ({{ $remaining }} restants)
✅ {{ $successfulCalls }}/{{ $totalCalls }} ❌ Quitter

{{ $currentProspect->contact_name }}

@if($currentProspect->position)

{{ $currentProspect->position }}

@endif @if($currentProspect->company_name)

{{ $currentProspect->company_name }}

@endif
{{ $currentProspect->pipelineStage->name ?? 'Nouveau' }}
@if($currentProspect->phone)

Téléphone

{{ $currentProspect->phone }}

@endif @if($currentProspect->email)

Email

{{ $currentProspect->email }}

@endif
@if($callStarted) @else Appeler {{ $currentProspect->phone }} @endif
@error('result')

{{ $message }}

@enderror
@if($result && in_array($result, ['interested', 'very_interested', 'callback_later', 'meeting_scheduled']))
@if($nextActionType === 'send_quote')
@if($quoteFile) @endif
@if($quoteFile)

✓ Fichier sélectionné : {{ $quoteFile->getClientOriginalName() }}

@endif @error('quoteFile')

{{ $message }}

@enderror
@endif @if($nextActionType === 'callback')
@endif @if($nextActionType === 'meeting')
@endif @if($nextActionType === 'send_email')
@endif
@endif
@else
@if($totalCalls > 0)

🎉 Campagne terminée !

{{ $totalCalls }} appels effectués

{{ $successfulCalls }} prospects intéressés

Taux de conversion : {{ round(($successfulCalls / $totalCalls) * 100, 1) }}%

@else

Aucun prospect à appeler

Tous vos prospects ont été contactés récemment.
Ajoutez de nouveaux prospects pour commencer une session d'appels.

@endif

💡 Astuce : Importez rapidement des contacts depuis un fichier Excel pour démarrer une session d'appels.

@endif