@extends('layouts.app') @section('center')
| # | Global Device ID | Last Communication | Latitude | Longitude | Installed On |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $device->global_device_id }} | @if(empty($rawTime)) Not found communication time @else {{ $time->format('d-m-Y H:i:s') }} ({{ $daysAgo }} day{{ $daysAgo > 1 ? 's' : '' }} ago) @endif | {{ $device->latitude }} | {{ $device->longitude }} | {{ $device->installed_on }} |
| No unresponsive devices found. | |||||