@extends('layouts.app') @section('content')
@if(Auth::check())
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)
Vous n'avez pas de crédit en stock.
Découvrez vite nos packs pour pouvoir en envoyer.
@else
Il vous reste {{ number_format(Auth::user()->credits, 2, ',', ' ') }}€ de crédits.
@endif @endif
@endif @if(!$currentPartner->has_campaign_count ) @else @endif

Clients potentiels à cibler

@if(!$currentPartner->has_campaign_count && $currentPartner->has_campaign_prosp)
$currentPartner->slug]) : '#' !!}'>
@if($currentPartner->has_campaign_prosp) ➤ Faire une campagne SMS de prospection @endif @if($currentPartner->has_campaign_fid) ➤ Faire une campagne SMS de fidélisation @endif
@endif @if(!$currentPartner->has_campaign_count && !$currentPartner->has_campaign_prosp && $currentPartner->has_campaign_fid) @endif @if($currentPartner->has_count_phone)
@if($currentPartner->has_count_phone)
$currentPartner->slug ,'type' => 'phone']) !!}'>
➤ Faire un comptage SMS @endif @if($currentPartner->has_campaign_prosp) ➤ Faire une campagne SMS de prospection @endif @if($currentPartner->has_campaign_fid) ➤ Faire une campagne SMS de fidélisation @endif
@endif @if($currentPartner->has_count_email)
$currentPartner->slug, 'type' => 'email']) !!}'>
➤ Faire un comptage email
@endif @if($currentPartner->has_count_address)
$currentPartner->slug, 'type' => 'address']) !!}'>
➤ Faire un comptage adresse
@endif @if($currentPartner->has_count_telemarket)
$currentPartner->slug, 'type' => 'telemarket']) !!}'>
➤ Faire un comptage télémarketing
@endif
@if(isset($currentPartner->youtube_video_id))
youtube_video_id !!}>
@endif
@if(isset($lastRelease) && !empty($lastReleaseText)) @endif @endsection @if($lastRelease) @push('scripts_after') @endpush @endif