@extends('root') @section('title', 'Button Menu - ' . ($wabaPool->whatsapp_name ?: $wabaPool->phone_number)) @section('content')
@include('components.breadcrumb', [ 'title' => 'Button Menu', 'links' => [ ['label' => 'Autoreply', 'url' => route('client.autoreply.index')], ['label' => $wabaPool->whatsapp_name ?: $wabaPool->phone_number, 'url' => route('client.autoreply.settings', $wabaPool)] ], 'current' => 'Button Menu' ])
{{ $wabaPool->whatsapp_name ?: 'WABA' }}
{{ $wabaPool->phone_number }}
Button Menu Builder
@forelse($buttons as $index => $button)
{{ $button->name ?: 'Menu ' . ($index + 1) }}
@foreach($button->buttons as $btnIdx => $btn)
@endforeach
is_active ? 'checked' : '' }}>
@empty

Belum ada button menu.

@endforelse
@endsection @push('scripts') @endpush