@foreach ($list as $r)
@if (checkSettings('show-traffice') == 'enable' && $r->client_approval != 'pending') Show Speed @endif
@if (checkSettings('show-traffice') == 'enable' && $r->client_approval != 'pending')

Last session details


Last Link Up Time: {{ $bandwidthUsage ? $bandwidthUsage['last-link-up-time'] : '-1' }}
Last Logout Time: {{ $lastLogoutTime ? $lastLogoutTime : '-1' }}
Download: {{ number_format(($bandwidthUsage ? $bandwidthUsage['tx-byte'] : 0) / 1048576, 2, '.', '') }} MB
Upload: {{ number_format(($bandwidthUsage ? $bandwidthUsage['rx-byte'] : 0) / 1048576, 2, '.', '') }} MB
@endif
@endforeach