@if (empty($items) || (is_countable($items) && count($items) === 0))
Ainda não existem downloads suficientes neste período.
@else
@foreach ($items as $item)
-
{{ $item->{$labelKey} }}
@if ($subKey && $item->{$subKey})
— {{ $item->{$subKey} }}
@endif
{{ $item->{$countKey} }}
@endforeach
@endif