@extends('layouts.customer') @section('title', 'Penggunaan Internet') @section('content')

Penggunaan Internet

Monitor penggunaan bandwidth Anda

Paket Aktif

Nama Paket

{{ $customer->package->name ?? 'N/A' }}

Kecepatan

{{ $customer->package->speed ?? 'N/A' }}

Status

{{ $customer->status == 'active' ? 'Aktif' : 'Tidak Aktif' }}

Informasi Koneksi

Username PPPoE

{{ $customer->pppoe_username ?? '-' }}

Tanggal Registrasi

{{ $customer->created_at->format('d M Y') }}

Tips Penggunaan

@endsection