| {{ $log->apoint ? $log->apoint->site->kod : "" }} |
@if (!Auth::user()->isTechDetailsHidden())
{{ $log->link_quality }} |
{{ $log->signal_level }} |
{{ $log->distance }} |
{{ $log->noise_level }} |
{{ $log->bit_rate }} |
{{ $log->max_bit_rate ? $log->max_bit_rate : 0 }} |
{{ $log->net_speed }} |
@endif
{{ $log->speed_test }} |
{{ $log->dlburstlimit / 1024 / 1024 }} |
{{ date('d F Y', strtotime($log->updated_at)) }} @ {{ date('H:i', strtotime($log->updated_at)) }} |
@if ($log->latitude != null && $log->longitude != null && $log->accuracy != null)
show ({{number_format($log->accuracy)}}m)
@endif
|
@if (Auth::user()->isOwner())
del
|
@endif