@extends('layouts.app') @section('title', 'CPE Details') @section('content')
Serial Number
{{ $status['serial_number'] ?? '-' }}
Model
{{ $status['model'] ?? '-' }}
Manufacturer
{{ $status['manufacturer'] ?? '-' }}
Firmware
{{ $status['firmware'] ?? '-' }}
IP Address
{{ $status['ip_address'] ?? '-' }}
MAC Address
{{ $status['mac_address'] ?? '-' }}
Uptime
{{ gmdate("H:i:s", $status['uptime'] ?? 0) }}
Last Inform
{{ $status['last_inform'] ?? '-' }}
SSID
{{ $wifiInfo['ssid'] ?? '-' }}
Status
{{ ($wifiInfo['enabled'] ?? false) ? 'Enabled' : 'Disabled' }}Channel
{{ $wifiInfo['channel'] ?? 'Auto' }}
Encryption
{{ $wifiInfo['encryption'] ?? '-' }}