@extends('layouts.app') @section('titlepage', 'WhatsApp Gateway') @section('navigasi') WhatsApp Gateway Dashboard @endsection @section('content')
Tambah Device Baru
@csrf
Masukkan nomor WhatsApp dengan format internasional (contoh: 6282298859671)
Informasi Konfigurasi

Domain WA Gateway:

{{ $generalsetting->domain_wa_gateway ?? 'Belum dikonfigurasi' }}

API Key:

{{ $generalsetting->wa_api_key ? '***' . substr($generalsetting->wa_api_key, -4) : 'Belum dikonfigurasi' }}
Daftar Device
Riwayat Pesan
@forelse($devices as $index => $device) @empty @endforelse
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
@endsection @push('myscript') @endpush