@extends('backend.layouts.app') @section('main') @section('title', 'Dashboard OLT')
| OLT IDENTITY | : {{ $data['namaolt'] }} |
| PRODUCT MODEL | : {{ $data['device']['product_name'] }} |
| SYSTEM VERSION | : {{ $data['device']['sys_ver'] }} |
| DEVICE TYPE | @if ($data['device']['device_type'] === 1): EPON | @endif
| PON PORT | : {{ $data['device']['ponports'] }} PON |
| UPTIME | : {{ $data['time']['uptime']['0'] }} Days {{ $data['time']['uptime']['1'] }} Hours {{ $data['time']['uptime']['2'] }} Minute |
| PON | ONLINE | OFFLINE | TOTAL | STATUS | AKSI | |
|---|---|---|---|---|---|---|
| PON {{ $row['port_id'] }} | Online : {{ $row['online'] }} ONU | Offline : {{ $row['offline'] }} ONU | Total : {{ $total }} ONU | {{ $status }} | @if ($total === 0) LIHAT DATA | @else LIHAT DATA | @endif