@extends('layouts.master') @section('script') @if (Auth::user()->isOwner()) @else @endif @stop @section('content')
Operater Img Ticket Customer MAC Device SSID
{{$log->username}} {{$log->attachmentsDescOrder()->count()}} {{$log->ticket_id}} {{ $log->customer }} {{ $log->mac }} {{ $log->device_type }} {{ $log->ssid }}{{ $log->apoint ? " - (" . $log->apoint->polarizacija . ")" : "" }}
@if (!Auth::user()->isTechDetailsHidden()) @endif @if (Auth::user()->isOwner()) @endif @if (!Auth::user()->isTechDetailsHidden()) @endif @if (Auth::user()->isOwner()) @endif
KodCCQ Signal Distance Noise Bit Rate Max Bit Rate NetworkSpeed Grant Updated On Map
{{ $log->apoint ? $log->apoint->site->kod : "" }}{{ $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 }}{{ $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 del
@foreach ($log->attachmentsDescOrder()->get() as $attachment)
{{ $attachment->id }}
@if($attachment->mime_type === 'application/pdf') open @else image @endif
@if (Auth::user()->isOwner())
Ukloni
@endif @if ($log->canEdit(Auth::user()))
Konv.
@endif
@endforeach
← Back @if ($log->canEdit(Auth::user()))
@endif
@if ($log->canEdit(Auth::user()))
@endif
Drop images here...
@stop