@taxCountBadge($taxCount) @php($pyear = "") @foreach ($taxes as $tax ) @if ($pyear != $tax->term->year)
{{ $tax->term->year }} : @php($pyear = $tax->term->year) @endif @if ($tax->exempt == 'Y') @endif Q{{ $tax->term->quarter }} @if ($tax->exempt == 'Y') @endif
@endforeach