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