{{-- Name: partials.bounce-balls.blade Author: AL Created: 2015-10-05 Updated: 2015-11-16 Description: This blade is used to show bounce balls, red = bounce, green = open, blue = sent, queue = mail queue --}}
DEPRECATED bounce-balls.blade.php ta bort mig om du ser mig @if (round($statsData['bounce'], 0) == 0) 0 @else {{ round($statsData['bounce'], 0) }} @endif @if (round($statsData['open'], 0) == 0) 0 @else {{ round($statsData['open'], 0) }} @endif @if (round($statsData['sent'], 0) == 0) 0 @else {{ round($statsData['sent'], 0) }} @endif