@extends('layouts.app') @section('titlepage', 'WhatsApp Gateway') @section('navigasi') WhatsApp Gateway Dashboard @endsection @section('content')
Domain WA Gateway:
{{ $generalsetting->domain_wa_gateway ?? 'Belum dikonfigurasi' }}
API Key:
{{ $generalsetting->wa_api_key ? '***' . substr($generalsetting->wa_api_key, -4) : 'Belum dikonfigurasi' }}
| No | Nomor WhatsApp | Status | Status Koneksi | Tanggal Dibuat | Aksi |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $device->number }} | {{ $device->status == 1 ? 'Aktif' : 'Tidak Aktif' }} | Checking... | {{ $device->created_at->format('d/m/Y H:i') }} | |
| Belum ada device yang terdaftar | |||||