@extends('layouts.master') @section('title', 'Pairing IP Binding') @section('page-title', 'Pairing IP Binding') @section('css') @endsection @section('content')

Tahap 3: Pairing IP Binding

Pilih satu router, load daftar IP Binding, lalu pasangkan ke pelanggan tipe IP Binding.
@forelse($customers as $c) @empty @endforelse
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 ?: '-' }}
{{ $c->hotspot_ip_binding_type ?: '-' }} @if($c->hotspot_ip_binding_comment) | {{ $c->hotspot_ip_binding_comment }} @endif
@else Belum dipasangkan
@endif
@csrf
@csrf @method('DELETE')
Belum ada pelanggan tipe IP Binding pada router terpilih.
{{ $customers->withQueryString()->links() }}
@endsection @section('scripts') @endsection