@extends('root') @section('title', 'Pengaturan Autoreply - ' . ($wabaPool->whatsapp_name ?: $wabaPool->phone_number)) @section('content')
@include('components.breadcrumb', [ 'title' => 'Pengaturan Autoreply', 'links' => [['label' => 'Autoreply', 'url' => route('client.autoreply.index')]], 'current' => $wabaPool->whatsapp_name ?: $wabaPool->phone_number ])
{{ $wabaPool->whatsapp_name ?: 'WABA' }}
{{ $wabaPool->phone_number }}
Pengaturan Umum

Memuat data...


@php $days = ['Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab', 'Min']; @endphp @foreach($days as $idx => $day)
@endforeach

Kembali
@endsection @push('scripts') @endpush @push('styles') @endpush