@extends('root') @section('title', $isEdit ? 'Edit Rule Auto Reply Custom' : 'Tambah Rule Auto Reply Custom') @section('content')
@include('components.breadcrumb', [ 'title' => $isEdit ? 'Edit Rule' : 'Tambah Rule', 'links' => [ ['url' => route('client.dashboard'), 'label' => 'Dashboard'], ['url' => route('client.simple-autoreply.index'), 'label' => 'Auto Reply'], ['url' => route('client.custom-autoreply.index'), 'label' => 'Auto Reply Custom'], ], 'current' => $isEdit ? 'Edit Rule' : 'Tambah Rule' ]) @if($errors->any()) @endif
@csrf @if($isEdit) @method('PUT') @endif
{{ $isEdit ? 'Edit Rule' : 'Tambah Rule' }}
Pesan masuk akan dicek terhadap kata kunci ini.
@if($wabaPools->isNotEmpty())
@endif
Balasan otomatis yang dikirim ketika kata kunci cocok.
Rule dengan urutan lebih kecil dicek lebih dulu.
is_active) ? 'checked' : '' }}>
Contoh cepat

Klik untuk mengisi form dengan contoh:

@push('scripts') @endpush @endsection