@extends('root') @section('title', 'Client Templates') @push('styles') @endpush @section('content')
@include('components.breadcrumb', [ 'title' => 'Client Templates', 'links' => [ ['url' => route('client.dashboard'), 'label' => 'Dashboard Client'], ], 'current' => 'Templates' ])

Template WABA Client

Kelola template pesan resmi yang akan digunakan untuk kampanye dan notifikasi otomatis.

{{-- Info Box: Contact Admin for Template Requests --}} @if($setting && $setting->phone) @php $adminPhone = preg_replace('/[^0-9]/', '', $setting->phone); // Convert 08xxx to 628xxx for wa.me if (str_starts_with($adminPhone, '0')) { $adminPhone = '62' . substr($adminPhone, 1); } @endphp @endif
Daftar Template
Template yang berstatus approved siap digunakan
Nama Kategori Status Bahasa Aksi
{{-- Modal Create Template Client --}} {{-- Modal View Template --}}
@endsection @push('scripts') @endpush