@extends('root') @section('title', 'Greeting Message') @section('content')
@include('components.breadcrumb', [ 'title' => 'Greeting Message', 'links' => [ ['url' => route('client.dashboard'), 'label' => 'Dashboard Client'], ], 'current' => 'Greeting Message' ])
Pengaturan Greeting (Service Message)

Pesan sapaan otomatis dikirim sebagai service message (bukan campaign), maksimal 1x per 24 jam per nomor. Berlaku per client.

@csrf
is_active ? 'checked' : '' }}>
Pesan utility, non-marketing. Aman untuk kebijakan WABA.
apply_for_shared ?? true) ? 'checked' : '' }}>
apply_for_dedicated ?? true) ? 'checked' : '' }}>
apply_for_self_service ?? true) ? 'checked' : '' }}>
only_registered_contact ?? true) ? 'checked' : '' }}>
Preview
{{ $setting->message_template ?: \App\Models\GreetingSetting::DEFAULT_TEMPLATE }}
Test Kirim
@if($wabaPools->isNotEmpty())
@endif
@endsection @push('scripts') @endpush