@extends('root') @section('title', 'Autoreply') @section('content')
@include('components.breadcrumb', [ 'title' => 'Autoreply', 'links' => [], 'current' => 'Autoreply' ]) @if(!$aiAvailable) @endif @if($wabaPools->isEmpty())
Tidak Ada Nomor Dedicated

Anda belum memiliki nomor Dedicated.

Ajukan Nomor Dedicated
@else
@foreach($wabaPools as $wabaPool)
{{ $wabaPool->whatsapp_name ?: $wabaPool->phone_number }}
{{ $wabaPool->phone_number }}
@if($wabaPool->autoreply_setting && $wabaPool->autoreply_setting->is_active && $wabaPool->autoreply_setting->mode !== 'off') Aktif @else Nonaktif @endif
Current Mode @if($wabaPool->autoreply_setting) @php $setting = $wabaPool->autoreply_setting; @endphp @switch($setting->mode) @case('ai')
AI Assistant
@break @case('button')
Interactive Buttons
@break @case('hybrid')
Hybrid
@break @default
Disabled
@endswitch @else Not Configured @endif
Konfigurasi
@endforeach
@endif
@endsection @push('styles') @endpush