@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'
])
@endsection
@push('scripts')
@endpush