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