@extends('root') @section('title', 'Konfigurasi AI - ' . ($wabaPool->whatsapp_name ?: $wabaPool->phone_number)) @section('content')
@include('components.breadcrumb', [ 'title' => 'Konfigurasi AI', 'links' => [ ['label' => 'Autoreply', 'url' => route('client.autoreply.index')], ['label' => $wabaPool->whatsapp_name ?: $wabaPool->phone_number, 'url' => route('client.autoreply.settings', $wabaPool)] ], 'current' => 'Konfigurasi AI' ])
{{ $wabaPool->whatsapp_name ?: 'WABA' }}
{{ $wabaPool->phone_number }}
@if(!$aiAvailable)
API Key tidak tersedia.
@endif
Konfigurasi AI Response
Gunakan {customer_name} dan {business_name} sebagai placeholder.

Pisahkan dengan koma
@endsection @push('scripts') @endpush @push('styles') @endpush