@if ( $urls[$tierLetter][1] ) @if ( $pointsData[1]['text'] && $pointsData[1]['points'] > 0 )

{{ ViewHelper::textPrep( $pointsData[1]['text'] ) }}

{{ ViewHelper::pointsPrep( $pointsData[1]['points'] ) }}{{ $pointsData[1]['plus'] ? '+' : '' }} pts

@endif @endif @if ( $urls[$tierLetter][3] ) @if ( $pointsData[3]['text'] && $pointsData[3]['points'] > 0 )

{{ ViewHelper::textPrep( $pointsData[3]['text'] ) }}

{{ ViewHelper::pointsPrep( $pointsData[3]['points'] ) }}{{ $pointsData[3]['plus'] ? '+' : '' }} pts

@endif @endif
@if ( $met_points )
@endif
@if ( $urls[$tierLetter][2] ) @if ( $pointsData[2]['text'] && $pointsData[2]['points'] > 0 )

{{ ViewHelper::pointsPrep( $pointsData[2]['points'] ) }}{{ $pointsData[2]['plus'] ? '+' : '' }} pts

{{ ViewHelper::textPrep( $pointsData[2]['text'] ) }}

@endif @endif @if ( $urls[$tierLetter][4] ) @if ( $pointsData[4]['text'] && $pointsData[4]['points'] > 0 )

{{ ViewHelper::pointsPrep( $pointsData[4]['points'] ) }}{{ $pointsData[4]['plus'] ? '+' : '' }} pts

{{ ViewHelper::textPrep( $pointsData[4]['text'] ) }}

@endif @endif