Leakers

Loading...
@foreach ($leakers as $leaker) @endforeach
{{ __('user.user') }} @include('livewire.includes._sort-icon', ['field' => 'id']) Torrents matched @include('livewire.includes._sort-icon', ['field' => 'leak_count']) User Agents IPs
{{ round((100 * $leaker->leak_count) / $torrentIdCount) }}% ({{ $leaker->leak_count }})
    @foreach ($leaker->user->history as $history)
  • {{ $history->agent }}
  • @endforeach
    @foreach ($leaker->user->peers as $peer)
  • {{ inet_ntop($peer->ip) }}
  • @endforeach
{{ $leakers->links('partials.pagination') }}