@extends('layout.app') @section('title', 'Kelola PPPoE Users - Sistem Manajemen ISP') @section('breadcrumb', 'PPPoE Users') @section('content')
Total PPPoE Users
Active Users
Inactive Users
Active Sessions
| No | Customer | PPPoE Username | Paket Internet | Status | Profile | Local Address | Remote Address | Terakhir Login | |
|---|---|---|---|---|---|---|---|---|---|
{{ $pelanggan->firstItem() + $index }} |
{{ $customer->nama }}{{ $customer->email }} |
{{ $customer->username_pppoe }}
|
@if($customer->paket) {{ $customer->paket->nama_paket }} @else - @endif | @if($customer->status_layanan == 'Aktif') Aktif @elseif($customer->status_layanan == 'Suspend') Suspend @else Nonaktif @endif | @if($customer->profile_pppoe) {{ $customer->profile_pppoe }} @else - @endif | {{ $localAddress }} | {{ $remoteAddress }} |
@if($customer->last_login_at)
{{ $customer->last_login_at->format('d/m/Y') }}
{{ $customer->last_login_at->format('H:i') }} @else Belum pernah @endif |
|
language
Belum ada PPPoE usersBelum ada pelanggan yang memiliki akun PPPoE |
|||||||||
| Username | Profile | Service | Local Address | Remote Address | Status | Comment | |
|---|---|---|---|---|---|---|---|
{{ $user['name'] ?? '-' }}
|
{{ $user['profile'] ?? '-' }} | {{ $user['service'] ?? '-' }} | {{ $user['local-address'] ?? '-' }} | {{ $user['remote-address'] ?? '-' }} | @php $isDisabled = isset($user['disabled']) && $user['disabled'] === 'yes'; @endphp {{ !$isDisabled ? 'Active' : 'Disabled' }} | {{ $user['comment'] ?? '-' }} | @php $pelanggan = \App\Models\Pelanggan::where('username_pppoe', $user['name'] ?? '')->first(); @endphp @if($pelanggan) visibility Detail @else @endif |
router
Belum ada PPPoE users di MikroTik |
|||||||