@extends('layouts.librenmsv1') @section('title') @lang('Public Devices') @append @section('content')
@lang('System Status')
@foreach($devices as $device) @endforeach
@lang('Device') @lang('Platform') @lang('Uptime')/@lang('Location')
{{ $device->displayName() }} {{ $device->hardware }} {{ $device->features }} {{ $device->formatDownUptime(true) }}
{{ substr($device->location, 0, 32) }}
@endsection @section('css') @endsection @section('javascript') @endsection