@extends('app-admin.layout') @section('title', 'System Devices — Wavora Admin') @section('page-title', 'System Devices') @section('page-sub', 'Manage WhatsApp devices for platform notifications (OTP, etc.)') @section('topbar-actions') @endsection @section('content') @if(session('success'))
| Label | Phone | Plan | Status | Action |
|---|---|---|---|---|
|
smartphone
{{ $d->label ?? $d->name ?? 'Device' }}
{{ $d->gowa_device_id ?? $d->id }}
|
{{ $d->phone_number ?? $d->phone ?? '—' }} | Bebas | @php $s = $d->status ?? 'unknown'; @endphp {{ $s }} |
@if($s !== 'connected')
@else
@endif
|
smartphone No system devices | ||||