@extends('layouts.librenmsv1') @section('title') @lang('Public Devices') @append @section('content')
| @lang('Device') | @lang('Platform') | @lang('Uptime')/@lang('Location') | ||
|---|---|---|---|---|
| {{ $device->displayName() }} | {{ $device->hardware }} {{ $device->features }} | {{ $device->formatUptime(true) }} {{ substr($device->location, 0, 32) }} |