Bienvenue {{ Auth::user()->name }}
@if(!$currentPartner->has_euro_credit)
@if(($currentPartner->has_campaign_prosp || $currentPartner->has_campaign_fid) && Auth::user()->sms_prosp === 0 && Auth::user()->sms_fid === 0)
@else
@if($currentPartner->has_campaign_prosp && $currentPartner->has_campaign_fid )
Il vous reste {{ number_format(Auth::user()->sms_prosp, 0, ',', ' ') }} SMS Prospection et {{ number_format(Auth::user()->sms_fid, 0, ',', ' ') }} SMS Fidélisation
@elseif($currentPartner->has_campaign_prosp)
Il vous reste {{ number_format(Auth::user()->sms_prosp, 0, ',', ' ') }} SMS Prospection.
@elseif($currentPartner->has_campaign_prosp)
Il vous reste {{ number_format(Auth::user()->sms_fid, 0, ',', ' ') }} SMS Fidélisation.
@endif
@endif
@else
@if(Auth::user()->credits <= 0)
@else
Il vous reste {{ number_format(Auth::user()->credits, 2, ',', ' ') }}€ de crédits.
@endif
@endif
Clients potentiels à cibler
@if(!$currentPartner->has_campaign_count && $currentPartner->has_campaign_prosp)
@endif
@if(!$currentPartner->has_campaign_count && !$currentPartner->has_campaign_prosp && $currentPartner->has_campaign_fid)
@endif
@if($currentPartner->has_count_phone)
@endif
@if($currentPartner->has_count_email)
@endif
@if($currentPartner->has_count_address)
@endif
@if($currentPartner->has_count_telemarket)
@endif