@extends('layouts.master') @section('title', 'Pairing User Hotspot') @section('page-title', 'Pairing User Hotspot') @section('css') @endsection @section('content')
| Pelanggan | Tipe | Kec/Desa | User Terpasang | Pairing User |
|---|---|---|---|---|
|
{{ $c->kode_pelanggan ?: '-' }}
{{ $c->nama }}
|
{{ $c->kecamatan ?: '-' }}
{{ $c->desa ?: '-' }}
|
@if ($c->hotspot_username) {{ $c->hotspot_username }} @else Belum dipasangkan @endif |
|
|
| Belum ada pelanggan pada router terpilih. | ||||