@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()->isOwner()) @endif @if (Auth::user()->isOwner()) @endif
Kod CCQ Signal Distance Noise Network Speed Grant Updated On Map
{{ $log->apoint ? $log->apoint->site->kod : "" }} {{ $log->link_quality }} {{ $log->signal_level }} {{ $log->distance }} {{ $log->noise_level }} {{ $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 (Auth::user()->isOwner())
Ukloni
@endif
@endforeach
← Back
Drop images here...
@stop