@if ($project->hasPendingDownload()) Pending downloads for this project: {{ $project->downloads()->where('status', 'pending')->count() }} @endif