{{-- Name: partials.bounce-labels.blade Author: AL Created: 2016-01-07 Description: This blade is used to show sendout statistics as labels instead of bars --}}
DEPRECATED bounce-labels.blade.php ta bort mig om du ser mig @if ($statsData['sent'] == 0) 0 @else
{{ $statsData['sent'] }} @lang('bounceStick.sent')
@endif
@if ($statsData['sent'] == 0) @elseif ($statsData['open'] == 0) 0 @else
{{ $statsData['open'] }} @lang('bounceStick.opened')
@endif
@if ($statsData['bounce'] == 0) @else
{{ $statsData['bounce'] }} @lang('bounceStick.bounce')
@endif