|
{{ $bookmark->name }}
|
{{ App\Helpers\StringHelper::formatBytes($bookmark->size) }}
|
$bookmark->seeding,
])
@if ($bookmark->seeding)
title="{{ __('torrent.currently-seeding') }}"
@endif
>
{{ $bookmark->seeders }}
|
$bookmark->leeching,
])
@if ($bookmark->leeching)
title="{{ __('torrent.currently-leeching') }}"
@endif
>
{{ $bookmark->leechers }}
|
$bookmark->completed,
])
@if ($bookmark->completed)
title="{{ __('torrent.completed') }}"
@endif
>
{{ $bookmark->times_completed }}
|
|
|
|
@endforeach