Torrent File Downloads ({{ App\Models\TorrentDownload::where('torrent_id', '=', $torrent->id)->count() }} Total)

@foreach (App\Models\TorrentDownload::with(['user:id,username,group_id' => ['group:id,name,color,icon,effect']])->where('torrent_id', '=', $torrent->id)->latest()->get() as $download) @endforeach
User Downloaded at Client
{{ $download->type }}