@if(!$currentPartner->has_euro_credit )
@if($currentPartner->has_campaign_prosp )
{{ number_format(Auth::user()->sms_prosp, 0, ',', ' ') }} SMS Prospection
@endif
@if($currentPartner->has_campaign_fid )
{{ number_format(Auth::user()->sms_fid, 0, ',', ' ') }} SMS Fidélisation
@endif
@else
{{ number_format(Auth::user()->credits, 2, ',', ' ') }}
€ de crédits
@endif