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

Downloads

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

{{ __('Create Download') }}
@foreach($downloads as $download) @endforeach
Name Status Edit
{{ $download->name }} {{ $download->path }}
Results: {{ \Illuminate\Support\Number::format($downloads->total()) }}
{{ $downloads->links('livewire.pagination') }}