{{ $share->token }}
{{ __('Expires') }}: {{ $share->expires_at->diffForHumans() }}
@endif + + @if ($share->max_downloads) + @if ($downloadWindowEndsAt) +{{ __('You can download these files for another :time.', ['time' => $downloadWindowEndsAt->diffForHumans(syntax: \Carbon\CarbonInterface::DIFF_ABSOLUTE)]) }}
+ @elseif ($remainingDownloads > 0) +{{ trans_choice('{1} Downloading uses the last remaining download. You then have :window to download the files.|[2,*] Downloading uses 1 of :count remaining downloads. You then have :window to download the files.', $remainingDownloads, ['window' => $downloadWindow]) }}
+{{ __('You have :window to download the files.', ['window' => $downloadWindow]) }}
+ @endif + @endif