@extends('root') @section('title', 'Log Aktivitas - ' . ($wabaPool->whatsapp_name ?: $wabaPool->phone_number)) @section('content')
@include('components.breadcrumb', [ 'title' => 'Log Aktivitas', 'links' => [ ['label' => 'Autoreply', 'url' => route('client.autoreply.index')], ['label' => $wabaPool->whatsapp_name ?: $wabaPool->phone_number, 'url' => route('client.autoreply.settings', $wabaPool)] ], 'current' => 'Log Aktivitas' ])
{{ $wabaPool->whatsapp_name ?: 'WABA' }}
{{ $wabaPool->phone_number }}
Log Autoreply
Waktu Pesan Masuk Response Tipe Confidence
@endsection @push('scripts') @endpush