@extends('root') @section('title', 'Client Integration Detail') @section('content')
| Nama | {{ $client->name }} |
| {{ $client->email }} | |
| Balance | Rp {{ number_format($client->balance) }} |
| Status | @if($client->is_active) Active @else Inactive @endif |
Package Type
{{ $integrationStatus['package_type_label'] }}Integration Mode
{{ ucfirst($integrationStatus['integration_mode']) }}WABA Status
@if($integrationStatus['waba_status'] === 'connected') Connected @else Not Connected @endifJumlah WABA
{{ $integrationStatus['waba_count'] }}Billing
@if($integrationStatus['platform_handles_billing']) Dikelola Platform @else Client Direct ke Meta @endifBelum ada WABA yang terhubung
| Account Name | Phone Number | Mode | Status | Usage Today |
|---|---|---|---|---|
| {{ $waba->account_name }} | {{ $waba->phone_number }} | {{ $waba->getEffectiveIntegrationMode()->value }} | @if($waba->status === 'active') Active @else Inactive @endif | {{ $waba->used_today }} / {{ $waba->limit_max }} |