@extends('layout.with-main') @section('title')
| # | {{ __('common.user') }} | {{ __('common.upload') }} | {{ __('common.download') }} | {{ __('common.ratio') }} |
|---|---|---|---|---|
| {{ $loop->iteration }} |
|
{{ \App\Helpers\StringHelper::formatBytes($user->uploaded, 2) }} | {{ \App\Helpers\StringHelper::formatBytes($user->downloaded, 2) }} | {{ $user->ratio }} |