hasPendingDownload()) wire:poll.1s="" @endif >

Downloads

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

{{ __('Create Download') }}
@foreach($project->downloads()->orderBy('name', 'desc')->get() as $download) @endforeach
Name Status Edit
{{ $download->name }} {{ $download->path }}