| Device | Status | Location | Last Update | Group/Driver | Actions |
|---|---|---|---|---|---|
|
{{ $device->name }}
{{ $device->unique_id }}
@if($device->imei)
IMEI: {{ $device->imei }}
@endif
|
{{ ucfirst($device->status) }}
@if($device->is_active)
Active
@else
Inactive
@endif
|
@if($device->currentPosition)
{{ $device->currentPosition->address ?? 'Unknown' }}
{{ $device->currentPosition->getCoordinates() }}
@else
No position
@endif
|
@if($device->last_update) {{ $device->last_update->diffForHumans() }} @else Never @endif |
@if($device->group)
{{ $device->protocol }}
@endif
@if($device->traccar_device_id)
|
|
No devices foundGet started by adding your first device or syncing with Traccar. |
|||||